File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -601,10 +601,6 @@ diff.autorefreshindex::
601
601
affects only 'git-diff' Porcelain, and not lower level
602
602
'diff' commands, such as 'git-diff-files'.
603
603
604
- diff.suppress-blank-empty::
605
- A boolean to inhibit the standard behavior of printing a space
606
- before each empty output line. Defaults to false.
607
-
608
604
diff.external::
609
605
If this config variable is set, diff generation is not
610
606
performed using the internal diff machinery, but using the
@@ -639,6 +635,10 @@ diff.renames::
639
635
will enable basic rename detection. If set to "copies" or
640
636
"copy", it will detect copies, as well.
641
637
638
+ diff.suppress-blank-empty::
639
+ A boolean to inhibit the standard behavior of printing a space
640
+ before each empty output line. Defaults to false.
641
+
642
642
fetch.unpackLimit::
643
643
If the number of objects fetched over the git native
644
644
transfer is below this
You can’t perform that action at this time.
0 commit comments