sequencer: allow to --skip current commit oblomov/cherry-skip
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 23 Jan 2017 20:00:46 +0000 (21:00 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 15 Apr 2017 18:01:36 +0000 (20:01 +0200)
commit5b80d593f1fc9cea627fed5d57852aceb7e312ab
tree194f9c8f3cefbd5638e4499f34667c08522ca562
parentc3866afcfdf07208595a383fe619ce3370139656
sequencer: allow to --skip current commit

If a sequencing gets interrupted (by a conflict or an empty commit or
whatever), the user can now opt to just skip it passing the `--skip`
command line option, which acts like a `--continue`, except that the
current commit gets skipped.

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Documentation/sequencer.txt
builtin/revert.c
sequencer.c
sequencer.h