From 2ff14e31bd8c91356d54b7bac064e7cc615e56b3 Mon Sep 17 00:00:00 2001 From: Adrian Weimann Date: Mon, 30 Jan 2012 20:29:33 +0100 Subject: [PATCH] completion: --edit and --no-edit for git-merge Signed-off-by: Adrian Weimann Signed-off-by: Junio C Hamano --- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 1496c6dc05..78be195838 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 () -- 2.39.2