Skip to content

Commit b1b16bb

Browse files
Denton-Lgitster
authored andcommitted
completion: add --skip for cherry-pick and revert
Even though `--skip` is a valid command-line option for cherry-pick and revert while they are in progress, it is not completed. Add this missing option to the completion script. Signed-off-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent deaa65a commit b1b16bb

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
@@ -1361,7 +1361,7 @@ _git_checkout ()
13611361
esac
13621362
}
13631363

1364-
__git_sequencer_inprogress_options="--continue --quit --abort"
1364+
__git_sequencer_inprogress_options="--continue --quit --abort --skip"
13651365

13661366
__git_cherry_pick_inprogress_options=$__git_sequencer_inprogress_options
13671367

0 commit comments

Comments
 (0)