]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer: left-trim lines read from the script
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 21 Oct 2016 12:25:36 +0000 (14:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Oct 2016 16:32:35 +0000 (09:32 -0700)
commit8f8550b3ece8742c75dc6a5296d1b82e52e09def
treea2db9f412d9d1bde2912aa746dac58e25f93486e
parent0009426d6721a0356d41811aa34b4ac7f278a76e
sequencer: left-trim lines read from the script

Interactive rebase's scripts may be indented; we need to handle this
case, too, now that we prepare the sequencer to process interactive
rebases.

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