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

2013-02-17 Thread W. Trevor King
From: W. Trevor King wk...@tremily.us 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 --amend 2. git format-patch

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 wk...@tremily.us writes: From: W. Trevor King wk...@tremily.us 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:

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 wk...@tremily.us 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

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 wk...@tremily.us writes: On Sun, Feb 17, 2013 at 06:23:11PM -0800, Junio C Hamano wrote: W. Trevor King wk...@tremily.us writes: [[rewriting-one-commit]] Rewriting a single commit - @@ -2552,71 +2558,81 @@ $ git commit --amend which will