rebase -i: Teach "--edit-todo" action
commiteb9a7cb4bdbd4ea9c7e7ef2ca8de5b2753e3584c
authorAndrew Wong <andrew.kw.w@gmail.com>
Tue, 18 Sep 2012 01:28:09 +0000 (17 21:28 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2012 03:59:14 +0000 (17 20:59 -0700)
treedbf2f2079d2d34e28d7abe3c3cc1f1fdc5ed9dfb
parentfcc5ef1cc90ed49400bef51d306216f290eab9cc
rebase -i: Teach "--edit-todo" action

This allows users to edit the todo file while they're stopped in the
middle of an interactive rebase. When this action is executed, all
comments from the original todo file are stripped, and new help messages
are appended to the end.

Signed-off-by: Andrew Wong <andrew.kw.w@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt
git-rebase--interactive.sh
git-rebase.sh