]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
rebase -i: refactor transform_todo_ids
authorLiam Beguin <liambeguin@gmail.com>
Tue, 5 Dec 2017 17:52:30 +0000 (12:52 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Dec 2017 18:20:50 +0000 (10:20 -0800)
commit8dccc7a6b2deb05783ea5d57b53548dab32d99ae
tree8d5eb9922419257411155d99841ff68c3fa898d4
parent7dcbb3cb6d4f06ff305e5a18dba873261d3fa5d3
rebase -i: refactor transform_todo_ids

The transform_todo_ids function is a little hard to read. Lets try
to make it easier by using more of the strbuf API. Also, since we'll
soon be adding command abbreviations, let's rename the function so
it's name reflects that change.

Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase--helper.c
sequencer.c
sequencer.h