Code

Merge branch 'fc/zsh-completion'
[git.git] / contrib / completion / git-completion.bash
index 6c8dc8f1a3fc9bfc0d9d904723da9e7dd321a80d..d7367e9faa87482f638ae4e16df38aa1bb853c40 100755 (executable)
@@ -1137,7 +1137,7 @@ _git_branch ()
                __gitcomp "
                        --color --no-color --verbose --abbrev= --no-abbrev
                        --track --no-track --contains --merged --no-merged
-                       --set-upstream
+                       --set-upstream --edit-description
                        "
                ;;
        *)
@@ -1607,7 +1607,7 @@ _git_log ()
 
 __git_merge_options="
        --no-commit --no-stat --log --no-log --squash --strategy
-       --commit --stat --no-squash --ff --no-ff --ff-only
+       --commit --stat --no-squash --ff --no-ff --ff-only --edit --no-edit
 "
 
 _git_merge ()