Merge branch 'nl/http-proxy-auth'
[gitweb.git] / contrib / completion / git-completion.bash
index 03f0b8c1956c6a590318ab1616fc67c66dc7c03b..fba076dde27440eaa90fd4fcfdfa55764410dd11 100755 (executable)
@@ -2092,6 +2092,7 @@ _git_config ()
                core.whitespace
                core.worktree
                diff.autorefreshindex
+               diff.statGraphWidth
                diff.external
                diff.ignoreSubmodules
                diff.mnemonicprefix
@@ -2504,7 +2505,7 @@ _git_svn ()
                        __gitcomp "
                                --merge --strategy= --verbose --dry-run
                                --fetch-all --no-rebase --commit-url
-                               --revision $cmt_opts $fc_opts
+                               --revision --interactive $cmt_opts $fc_opts
                                "
                        ;;
                set-tree,--*)