Merge branch 'rc/maint-http-local-slot-fix' into rc/http-push
[gitweb.git] / contrib / completion / git-completion.bash
index f8d4cb2c7d6afd2d4f35572148de06ad3e542647..ba13c4948cffe9df31d2d6d5a223a29e23b4817a 100755 (executable)
@@ -1394,7 +1394,8 @@ _git_config ()
                __gitcomp "$(__git_merge_strategies)"
                return
                ;;
-       color.branch|color.diff|color.interactive|color.status|color.ui)
+       color.branch|color.diff|color.interactive|\
+       color.showbranch|color.status|color.ui)
                __gitcomp "always never auto"
                return
                ;;
@@ -1543,6 +1544,7 @@ _git_config ()
                color.interactive.help
                color.interactive.prompt
                color.pager
+               color.showbranch
                color.status
                color.status.added
                color.status.changed
@@ -1854,6 +1856,7 @@ _git_show_branch ()
                __gitcomp "
                        --all --remotes --topo-order --current --more=
                        --list --independent --merge-base --no-name
+                       --color --no-color
                        --sha1-name --sparse --topics --reflog
                        "
                return