Re: [PATCH v2 08/34] sequencer (rebase -i): implement the short commands
From: Junio C Hamano <hidden> Date: 2016-12-15 18:44:00
Johannes Schindelin [off-list ref] writes:
For users' convenience, most rebase commands can be abbreviated, e.g.
'p' instead of 'pick' and 'x' instead of 'exec'. Let's teach the
sequencer to handle those abbreviated commands just fine.
Signed-off-by: Johannes Schindelin <redacted>
---