summaryrefslogtreecommitdiff
path: root/Documentation/sequencer.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-07-19 11:30:21 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-07-19 11:30:21 -0700
commitd97c62c828d6f0eb7ba7067c8c24793620900dd8 (patch)
tree53941cdc41e6ad573859ee63c570499b869fc967 /Documentation/sequencer.txt
parentMerge branch 'tb/ref-filter-multiple-patterns' (diff)
parentcherry-pick/revert: advise using --skip (diff)
downloadtgif-d97c62c828d6f0eb7ba7067c8c24793620900dd8.tar.xz
Merge branch 'ra/cherry-pick-revert-skip'
"git cherry-pick/revert" learned a new "--skip" action. * ra/cherry-pick-revert-skip: cherry-pick/revert: advise using --skip cherry-pick/revert: add --skip option sequencer: use argv_array in reset_merge sequencer: rename reset_for_rollback to reset_merge sequencer: add advice for revert
Diffstat (limited to 'Documentation/sequencer.txt')
-rw-r--r--Documentation/sequencer.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/sequencer.txt b/Documentation/sequencer.txt
index 5a57c4a407..3bceb56474 100644
--- a/Documentation/sequencer.txt
+++ b/Documentation/sequencer.txt
@@ -3,6 +3,10 @@
`.git/sequencer`. Can be used to continue after resolving
conflicts in a failed cherry-pick or revert.
+--skip::
+ Skip the current commit and continue with the rest of the
+ sequence.
+
--quit::
Forget about the current operation in progress. Can be used
to clear the sequencer state after a failed cherry-pick or