From: Adrian Weimann Date: Mon, 30 Jan 2012 19:29:33 +0000 (+0100) Subject: completion: --edit and --no-edit for git-merge X-Git-Tag: v1.7.9.1~20 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2ff14e31bd8c91356d54b7bac064e7cc615e56b3;p=git.git completion: --edit and --no-edit for git-merge Signed-off-by: Adrian Weimann Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 1496c6dc0..78be19583 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -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 ()