From: Andrew Wong Date: Tue, 18 Sep 2012 01:28:09 +0000 (-0400) Subject: rebase -i: Teach "--edit-todo" action X-Git-Tag: v1.8.0-rc0~16^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/eb9a7cb4bdbd4ea9c7e7ef2ca8de5b2753e3584c?hp=eb9a7cb4bdbd4ea9c7e7ef2ca8de5b2753e3584c 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 Signed-off-by: Junio C Hamano ---