diff --stat: add config option to limit graph width
[gitweb.git] / contrib / completion / git-completion.bash
index 1496c6dc05822d3009aaf7d88cc5a66dfca9ea23..bacf40365b2eb0cfc4ba693b7dc4eb37382a1a80 100755 (executable)
@@ -1622,7 +1622,7 @@ _git_log ()
 
 __git_merge_options="
        --no-commit --no-stat --log --no-log --squash --strategy
-       --commit --stat --no-squash --ff --no-ff --ff-only
+       --commit --stat --no-squash --ff --no-ff --ff-only --edit --no-edit
 "
 
 _git_merge ()
@@ -2118,6 +2118,7 @@ _git_config ()
                core.whitespace
                core.worktree
                diff.autorefreshindex
+               diff.statGraphWidth
                diff.external
                diff.ignoreSubmodules
                diff.mnemonicprefix