mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-19 19:39:56 -05:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
85da4d459b
commit
aad0709221
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user