Skip to content

Commit aad0709

Browse files
awdegitster
authored andcommitted
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>
1 parent 85da4d4 commit aad0709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@ _git_log ()
16221622

16231623
__git_merge_options="
16241624
--no-commit --no-stat --log --no-log --squash --strategy
1625-
--commit --stat --no-squash --ff --no-ff --ff-only
1625+
--commit --stat --no-squash --ff --no-ff --ff-only --edit --no-edit
16261626
"
16271627

16281628
_git_merge ()

0 commit comments

Comments
 (0)