Skip to content

Commit de7c201

Browse files
artagnongitster
authored andcommitted
git-completion.bash: lexical sorting for diff.statGraphWidth
df44483 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 240ae2b commit de7c201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,13 +2054,13 @@ _git_config ()
20542054
core.whitespace
20552055
core.worktree
20562056
diff.autorefreshindex
2057-
diff.statGraphWidth
20582057
diff.external
20592058
diff.ignoreSubmodules
20602059
diff.mnemonicprefix
20612060
diff.noprefix
20622061
diff.renameLimit
20632062
diff.renames
2063+
diff.statGraphWidth
20642064
diff.suppressBlankEmpty
20652065
diff.tool
20662066
diff.wordRegex

0 commit comments

Comments
 (0)