@@ -250,20 +250,6 @@ endif::git-log[]
250250 Detect copies as well as renames. See also `--find-copies-harder`.
251251 If `n` is specified, it has the same meaning as for `-M<n>`.
252252
253- ifndef::git-format-patch[]
254- --diff-filter=[(A|C|D|M|R|T|U|X|B)...[*]]::
255- Select only files that are Added (`A`), Copied (`C`),
256- Deleted (`D`), Modified (`M`), Renamed (`R`), have their
257- type (i.e. regular file, symlink, submodule, ...) changed (`T`),
258- are Unmerged (`U`), are
259- Unknown (`X`), or have had their pairing Broken (`B`).
260- Any combination of the filter characters (including none) can be used.
261- When `*` (All-or-none) is added to the combination, all
262- paths are selected if there is any file that matches
263- other criteria in the comparison; if there is no file
264- that matches other criteria, nothing is selected.
265- endif::git-format-patch[]
266-
267253--find-copies-harder::
268254 For performance reasons, by default, `-C` option finds copies only
269255 if the original file of the copy was modified in the same
@@ -281,6 +267,18 @@ endif::git-format-patch[]
281267 number.
282268
283269ifndef::git-format-patch[]
270+ --diff-filter=[(A|C|D|M|R|T|U|X|B)...[*]]::
271+ Select only files that are Added (`A`), Copied (`C`),
272+ Deleted (`D`), Modified (`M`), Renamed (`R`), have their
273+ type (i.e. regular file, symlink, submodule, ...) changed (`T`),
274+ are Unmerged (`U`), are
275+ Unknown (`X`), or have had their pairing Broken (`B`).
276+ Any combination of the filter characters (including none) can be used.
277+ When `*` (All-or-none) is added to the combination, all
278+ paths are selected if there is any file that matches
279+ other criteria in the comparison; if there is no file
280+ that matches other criteria, nothing is selected.
281+
284282-S<string>::
285283 Look for differences that introduce or remove an instance of
286284 <string>. Note that this is different than the string simply
0 commit comments