Documentation / sequencer.txton commit Merge branch 'rj/maint-t9159-svn-rev-notation' (18445fd)
   1--reset::
   2        Forget about the current operation in progress.  Can be used
   3        to clear the sequencer state after a failed cherry-pick or
   4        revert.
   5
   6--continue::
   7        Continue the operation in progress using the information in
   8        '.git/sequencer'.  Can be used to continue after resolving
   9        conflicts in a failed cherry-pick or revert.