]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
rebase -i: learn to abbreviate command names
authorLiam Beguin <liambeguin@gmail.com>
Tue, 5 Dec 2017 17:52:34 +0000 (12:52 -0500)
committerJunio C Hamano <gitster@pobox.com>
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 <johannes.schindelin@gmx.de>
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rebase-config.txt
builtin/rebase--helper.c
sequencer.c
sequencer.h