builtin rebase: support --skip
commit122420c295310de9ec64da5feab738a6591a65ce
authorPratik Karki <predatoramigo@gmail.com>
Wed, 8 Aug 2018 15:06:17 +0000 (8 20:51 +0545)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Sep 2018 18:55:58 +0000 (6 11:55 -0700)
tree784387e683b0f472d8f88efe98d1e0ad7985e6bf
parentf95736288a3a8d0168af3fc05dc4251edf0d0b47
builtin rebase: support --skip

This commit adds the option `--skip` which is used to restart
rebase after skipping the current patch.

Signed-off-by: Pratik Karki <predatoramigo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c