tree-walk.c: remove the_repo from fill_tree_descriptor()
[git.git] / Documentation / sequencer.txt
blob5a57c4a4077f0bba7bb0186932a166f2dc7666ce
1 --continue::
2         Continue the operation in progress using the information in
3         `.git/sequencer`.  Can be used to continue after resolving
4         conflicts in a failed cherry-pick or revert.
6 --quit::
7         Forget about the current operation in progress.  Can be used
8         to clear the sequencer state after a failed cherry-pick or
9         revert.
11 --abort::
12         Cancel the operation and return to the pre-sequence state.