Skip to content

Commit 85f6b43

Browse files
szedergitster
authored andcommitted
bash: support 'git am's new '--continue' option
Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 618d18b commit 85f6b43

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
@@ -667,7 +667,7 @@ _git_am ()
667667
{
668668
local cur="${COMP_WORDS[COMP_CWORD]}" dir="$(__gitdir)"
669669
if [ -d "$dir"/rebase-apply ]; then
670-
__gitcomp "--skip --resolved --abort"
670+
__gitcomp "--skip --continue --resolved --abort"
671671
return
672672
fi
673673
case "$cur" in

0 commit comments

Comments
 (0)