Skip to content

Commit 5fdb709

Browse files
RichiHgitster
authored andcommitted
Make help entries alphabetical
Signed-off-by: Richard Hartmann <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 71cbf77 commit 5fdb709

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/config.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -601,10 +601,6 @@ diff.autorefreshindex::
601601
affects only 'git-diff' Porcelain, and not lower level
602602
'diff' commands, such as 'git-diff-files'.
603603

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-
608604
diff.external::
609605
If this config variable is set, diff generation is not
610606
performed using the internal diff machinery, but using the
@@ -639,6 +635,10 @@ diff.renames::
639635
will enable basic rename detection. If set to "copies" or
640636
"copy", it will detect copies, as well.
641637

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+
642642
fetch.unpackLimit::
643643
If the number of objects fetched over the git native
644644
transfer is below this

0 commit comments

Comments
 (0)