Re: [PATCH v2 2/3] rebase -i: Teach "--edit-todo" action

2012-09-16 Thread Martin von Zweigbergk
On Sun, Sep 16, 2012 at 8:17 AM, Andrew Wong wrote: > diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt > index fd535b0..da067ec 100644 > --- a/Documentation/git-rebase.txt > +++ b/Documentation/git-rebase.txt > @@ -12,7 +12,7 @@ SYNOPSIS > [] [] > 'git rebase' [-i

[PATCH v2 2/3] rebase -i: Teach "--edit-todo" action

2012-09-16 Thread Andrew Wong
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 --- Documentation/git-rebase.txt |