We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e51984 + 46af107 commit 6366dd9Copy full SHA for 6366dd9
Documentation/diff-options.txt
@@ -469,6 +469,12 @@ ifndef::git-format-patch[]
469
+
470
Also, these upper-case letters can be downcased to exclude. E.g.
471
`--diff-filter=ad` excludes added and deleted paths.
472
++
473
+Note that not all diffs can feature all types. For instance, diffs
474
+from the index to the working tree can never have Added entries
475
+(because the set of paths included in the diff is limited by what is in
476
+the index). Similarly, copied and renamed entries cannot appear if
477
+detection for those types is disabled.
478
479
-S<string>::
480
Look for differences that change the number of occurrences of
0 commit comments