We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99f55eb + 9904fad commit 9ab5a33Copy full SHA for 9ab5a33
1 file changed
Documentation/config.txt
@@ -813,8 +813,6 @@ diff.mnemonicprefix::
813
standard "a/" and "b/" depending on what is being compared. When
814
this configuration is in effect, reverse diff output also swaps
815
the order of the prefixes:
816
-diff.noprefix::
817
- If set, 'git diff' does not show any source or destination prefix.
818
`git diff`;;
819
compares the (i)ndex and the (w)ork tree;
820
`git diff HEAD`;;
@@ -826,6 +824,9 @@ diff.noprefix::
826
824
`git diff --no-index a b`;;
827
825
compares two non-git things (1) and (2).
828
+diff.noprefix::
+ If set, 'git diff' does not show any source or destination prefix.
829
+
830
diff.renameLimit::
831
The number of files to consider when performing the copy/rename
832
detection; equivalent to the 'git diff' option '-l'.
0 commit comments