Code

completion: --edit and --no-edit for git-merge
authorAdrian Weimann <adrian.weimann@googlemail.com>
Mon, 30 Jan 2012 19:29:33 +0000 (20:29 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Feb 2012 08:00:54 +0000 (00:00 -0800)
Signed-off-by: Adrian Weimann <adrian.weimann@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash

index 1496c6dc05822d3009aaf7d88cc5a66dfca9ea23..78be1958383da7cc2fd1ec22e3cd02e972874eb1 100755 (executable)
@@ -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 ()