transport-helper: pass --signed-tags=warn-strip to fast-export
[gitweb.git] / Documentation / sequencer.txt
index 16ce88ce6b4eda27a2c91e01f3053b478d7cde93..5747f442f25e6271c7464db78496b85ee058d05f 100644 (file)
@@ -1,4 +1,12 @@
---reset::
+--continue::
+       Continue the operation in progress using the information in
+       '.git/sequencer'.  Can be used to continue after resolving
+       conflicts in a failed cherry-pick or revert.
+
+--quit::
        Forget about the current operation in progress.  Can be used
        to clear the sequencer state after a failed cherry-pick or
        revert.
+
+--abort::
+       Cancel the operation and return to the pre-sequence state.