Re: [PATCH/RFC] rebase: new convenient option to edit/reword/delete a single commit

2014-03-10 Thread Matthieu Moy
Michael Haggerty writes: >> @@ -290,6 +294,7 @@ do >> ;; >> --autostash) >> autostash=true >> +explicit_autosquash=t > > Should that be "explicit_autostash"? My guess is: no, but it should be below the --autoquash case, not this one. -- Matthieu Moy h

Re: [PATCH/RFC] rebase: new convenient option to edit/reword/delete a single commit

2014-03-10 Thread Michael Haggerty
On 03/09/2014 03:49 AM, Nguyễn Thái Ngọc Duy wrote: > Prepare the todo list for you to edit/reword/delete the given commit. > > Signed-off-by: Nguyễn Thái Ngọc Duy > --- > Allowing multiple actions is a bit too much for my shell skills. I > don't really need it so I won't push it, but if somebo

Re: [PATCH/RFC] rebase: new convenient option to edit/reword/delete a single commit

2014-03-09 Thread Matthieu Moy
Nguyễn Thái Ngọc Duy writes: > Documentation/git-rebase.txt | 11 +++ > git-rebase--interactive.sh | 17 ++--- > git-rebase.sh| 22 +- > 3 files changed, 46 insertions(+), 4 deletions(-) This would deserve a few tests ... > 'git rebase

[PATCH/RFC] rebase: new convenient option to edit/reword/delete a single commit

2014-03-08 Thread Nguyễn Thái Ngọc Duy
Prepare the todo list for you to edit/reword/delete the given commit. Signed-off-by: Nguyễn Thái Ngọc Duy --- Allowing multiple actions is a bit too much for my shell skills. I don't really need it so I won't push it, but if somebody gives me a sketch, I'll try to polish it. --squash and --f