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 <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
deaa65a754
commit
b1b16bba96
@ -1361,7 +1361,7 @@ _git_checkout ()
|
||||
esac
|
||||
}
|
||||
|
||||
__git_sequencer_inprogress_options="--continue --quit --abort"
|
||||
__git_sequencer_inprogress_options="--continue --quit --abort --skip"
|
||||
|
||||
__git_cherry_pick_inprogress_options=$__git_sequencer_inprogress_options
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user