am: support --quit
Among the "in progress" commands, only git-am and git-merge do not support --quit. Support --quit in git-am too. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
b2e45c695d
commit
65ed8ff376
@ -1077,7 +1077,7 @@ _git_am ()
|
||||
{
|
||||
__git_find_repo_path
|
||||
if [ -d "$__git_repo_path"/rebase-apply ]; then
|
||||
__gitcomp "--skip --continue --resolved --abort"
|
||||
__gitcomp "--skip --continue --resolved --abort --quit"
|
||||
return
|
||||
fi
|
||||
case "$cur" in
|
||||
|
Reference in New Issue
Block a user