rebase -i: Teach "--edit-todo" action
authorAndrew Wong <andrew.kw.w@gmail.com>
Tue, 18 Sep 2012 01:28:09 +0000 (21:28 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2012 03:59:14 +0000 (20:59 -0700)
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>
No differences found