mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
bash: support 'git am's new '--continue' option
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
618d18b5aa
commit
85f6b439f2
@ -667,7 +667,7 @@ _git_am ()
|
||||
{
|
||||
local cur="${COMP_WORDS[COMP_CWORD]}" dir="$(__gitdir)"
|
||||
if [ -d "$dir"/rebase-apply ]; then
|
||||
__gitcomp "--skip --resolved --abort"
|
||||
__gitcomp "--skip --continue --resolved --abort"
|
||||
return
|
||||
fi
|
||||
case "$cur" in
|
||||
|
Loading…
Reference in New Issue
Block a user