sequencer (rebase -i): implement the 'drop' command
commitb3fdd581ae0e8793b8a1dabbee19334067229888
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 2 Jan 2017 15:34:34 +0000 (2 16:34 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jan 2017 22:57:30 +0000 (9 14:57 -0800)
tree998f5b0a718c9a290d1952de05716f3e81256e58
parent9d7bf3cf993ab59e0f9d7150534213f57dd12741
sequencer (rebase -i): implement the 'drop' command

The parsing part of a 'drop' command is almost identical to parsing a
'pick', while the operation is the same as that of a 'noop'.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c