Code

Merge branch 'mp/make-cleanse-x-for-exe'
[git.git] / contrib / completion / git-completion.bash
index 1496c6dc05822d3009aaf7d88cc5a66dfca9ea23..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
                        "
                ;;
        *)
@@ -1622,7 +1622,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 ()