Code

completion: --list option for git-branch
[git.git] / contrib / completion / git-completion.bash
index a2965f7c6da087acc60b901befe2529a44446647..91c7acbbb48516e34d2bfc34617e2efd75aaf2b1 100755 (executable)
@@ -1152,7 +1152,7 @@ _git_branch ()
                __gitcomp "
                        --color --no-color --verbose --abbrev= --no-abbrev
                        --track --no-track --contains --merged --no-merged
-                       --set-upstream --edit-description
+                       --set-upstream --edit-description --list
                        "
                ;;
        *)