]> git.ipfire.org Git - thirdparty/git.git/commit - git-rebase--interactive.sh
rebase -i: move help to end of todo file
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 22 Nov 2007 12:30:10 +0000 (12:30 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Nov 2007 23:35:06 +0000 (15:35 -0800)
commit6047a234c5a6aef58c72a35feba326484f07660d
treed9bc20c08e285715ec074b96fdd5d90beb201fa6
parenta00a42ae33708caa742d9e9fbf10692cfa42f032
rebase -i: move help to end of todo file

[PATCH] rebase -i: move help to end of todo file

Many editors start in the first line, so the 9-line help text was an
annoyance.  So move it to the end.

Requested by Junio.

While at it, add a hint how to abort the rebase.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh
t/t3404-rebase-interactive.sh