Make help entries alphabetical
Signed-off-by: Richard Hartmann <richih@net.in.tum.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
71cbf773df
commit
5fdb709835
@ -601,10 +601,6 @@ diff.autorefreshindex::
|
|||||||
affects only 'git-diff' Porcelain, and not lower level
|
affects only 'git-diff' Porcelain, and not lower level
|
||||||
'diff' commands, such as 'git-diff-files'.
|
'diff' commands, such as 'git-diff-files'.
|
||||||
|
|
||||||
diff.suppress-blank-empty::
|
|
||||||
A boolean to inhibit the standard behavior of printing a space
|
|
||||||
before each empty output line. Defaults to false.
|
|
||||||
|
|
||||||
diff.external::
|
diff.external::
|
||||||
If this config variable is set, diff generation is not
|
If this config variable is set, diff generation is not
|
||||||
performed using the internal diff machinery, but using the
|
performed using the internal diff machinery, but using the
|
||||||
@ -639,6 +635,10 @@ diff.renames::
|
|||||||
will enable basic rename detection. If set to "copies" or
|
will enable basic rename detection. If set to "copies" or
|
||||||
"copy", it will detect copies, as well.
|
"copy", it will detect copies, as well.
|
||||||
|
|
||||||
|
diff.suppress-blank-empty::
|
||||||
|
A boolean to inhibit the standard behavior of printing a space
|
||||||
|
before each empty output line. Defaults to false.
|
||||||
|
|
||||||
fetch.unpackLimit::
|
fetch.unpackLimit::
|
||||||
If the number of objects fetched over the git native
|
If the number of objects fetched over the git native
|
||||||
transfer is below this
|
transfer is below this
|
||||||
|
Loading…
Reference in New Issue
Block a user