Skip to content

Commit

Permalink
completion: --edit and --no-edit for git-merge
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Weimann <adrian.weimann@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Adrian Weimann authored and Junio C Hamano committed Jan 30, 2012
1 parent 85da4d4 commit aad0709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit aad0709

Please sign in to comment.