Merge branch 'rt/completion-branch-edit-desc'
[gitweb.git] / contrib / completion / git-completion.bash
index 78be1958383da7cc2fd1ec22e3cd02e972874eb1..a2965f7c6da087acc60b901befe2529a44446647 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
+                       --set-upstream --edit-description
                        "
                ;;
        *)