rebase -i: learn to abbreviate command names
authorLiam Beguin <redacted>
Tue, 5 Dec 2017 17:52:34 +0000 (12:52 -0500)
committerJunio C Hamano <redacted>
Tue, 5 Dec 2017 18:20:51 +0000 (10:20 -0800)
commitd8ae6c84da52a210e84b3734bb93c575638236d3
tree1754874ac9b537a7a5f542e82b43b67d6d160583
parent0cce4a2756eb2c66544615e5ccd74671afb33256
rebase -i: learn to abbreviate command names

`git rebase -i` already know how to interpret single-letter command
names. Teach it to generate the todo list with these same abbreviated
names.

Based-on-patch-by: Johannes Schindelin <redacted>
Signed-off-by: Liam Beguin <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/rebase-config.txt
builtin/rebase--helper.c
sequencer.c
sequencer.h
git clone https://git.99rst.org/PROJECT