Re: [PATCH v3 2/9] user-manual: Reorganize the reroll sections, adding 'git rebase -i'

2013-02-17 Thread Junio C Hamano
"W. Trevor King" writes: > On Sun, Feb 17, 2013 at 06:23:11PM -0800, Junio C Hamano wrote: >> "W. Trevor King" writes: >> > [[rewriting-one-commit]] >> > Rewriting a single commit >> > - >> > @@ -2552,71 +2558,81 @@ $ git commit --amend >> > which will replace the old

Re: [PATCH v3 2/9] user-manual: Reorganize the reroll sections, adding 'git rebase -i'

2013-02-17 Thread W. Trevor King
On Sun, Feb 17, 2013 at 06:23:11PM -0800, Junio C Hamano wrote: > "W. Trevor King" writes: > > [[rewriting-one-commit]] > > Rewriting a single commit > > - > > @@ -2552,71 +2558,81 @@ $ git commit --amend > > which will replace the old commit by a new commit incorporati

Re: [PATCH v3 2/9] user-manual: Reorganize the reroll sections, adding 'git rebase -i'

2013-02-17 Thread Junio C Hamano
"W. Trevor King" writes: > From: "W. Trevor King" > > I think this interface is often more convenient than extended cherry > picking or using 'git format-patch'. In fact, I removed the > cherry-pick section entirely. The entry-level suggestions for > rerolling are now: > > 1. git commit --amen