Code

completion: --edit-description option for git-branch
[git.git] / contrib / completion / git-completion.bash
index 1496c6dc05822d3009aaf7d88cc5a66dfca9ea23..e44eefdf1c55198351cf1e73de976aba701cd49d 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
                        "
                ;;
        *)