completion: --edit and --no-edit for git-merge

Signed-off-by: Adrian Weimann <adrian.weimann@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Adrian Weimann 2012-01-30 20:29:33 +01:00 committed by Junio C Hamano
parent f2120eb4db
commit 2ff14e31bd
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()