]> git.ipfire.org Git - thirdparty/git.git/commit
lib-rebase: Allow comments and blank lines to be added to the rebase script
authorMichael Haggerty <mhagger@alum.mit.edu>
Tue, 12 Jan 2010 15:38:35 +0000 (16:38 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Jan 2010 20:34:07 +0000 (12:34 -0800)
commit05c95dbe44b42f9c3f7efe6793d311a26e1b8181
treeec502ce0a12c1e54ef1619d00d2f9f22215b7572
parentf64b4856243a9ea9445068a0989c71a8915c3862
lib-rebase: Allow comments and blank lines to be added to the rebase script

(For testing "rebase -i"): Support new action types in $FAKE_LINES to
allow comments and blank lines to be added to the "rebase -i" command
list.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-rebase.sh