git-completion.bash: lexical sorting for diff.statGraphWidth
df44483a
(diff --stat: add config option to limit graph width,
2012-03-01) added the option diff.startGraphWidth to the list of
configuration variables in git-completion.bash, but failed to notice
that the list is sorted alphabetically. Move it to its rightful place
in the list.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
240ae2b8c9
commit
de7c201a10
@ -2054,13 +2054,13 @@ _git_config ()
|
|||||||
core.whitespace
|
core.whitespace
|
||||||
core.worktree
|
core.worktree
|
||||||
diff.autorefreshindex
|
diff.autorefreshindex
|
||||||
diff.statGraphWidth
|
|
||||||
diff.external
|
diff.external
|
||||||
diff.ignoreSubmodules
|
diff.ignoreSubmodules
|
||||||
diff.mnemonicprefix
|
diff.mnemonicprefix
|
||||||
diff.noprefix
|
diff.noprefix
|
||||||
diff.renameLimit
|
diff.renameLimit
|
||||||
diff.renames
|
diff.renames
|
||||||
|
diff.statGraphWidth
|
||||||
diff.suppressBlankEmpty
|
diff.suppressBlankEmpty
|
||||||
diff.tool
|
diff.tool
|
||||||
diff.wordRegex
|
diff.wordRegex
|
||||||
|
Loading…
Reference in New Issue
Block a user