Documentation / sequencer.txton commit Merge branch 'jc/maint-t7406-rev-parse-max-count-huh' into maint-1.7.11 (ffb1346)
   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.
   5
   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.
  10
  11--abort::
  12        Cancel the operation and return to the pre-sequence state.