File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -813,8 +813,6 @@ diff.mnemonicprefix::
813
813
standard "a/" and "b/" depending on what is being compared. When
814
814
this configuration is in effect, reverse diff output also swaps
815
815
the order of the prefixes:
816
- diff.noprefix::
817
- If set, 'git diff' does not show any source or destination prefix.
818
816
`git diff`;;
819
817
compares the (i)ndex and the (w)ork tree;
820
818
`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
826
827
+ diff.noprefix::
828
+ If set, 'git diff' does not show any source or destination prefix.
829
+
829
830
diff.renameLimit::
830
831
The number of files to consider when performing the copy/rename
831
832
detection; equivalent to the 'git diff' option '-l'.
You can’t perform that action at this time.
0 commit comments