Re: [PATCH] user-manual: Fix the interactive rebase example commit range

2013-03-24 Thread W. Trevor King
On Sun, Mar 24, 2013 at 04:00:17PM -0400, Eric Sunshine wrote: > On Sun, Mar 24, 2013 at 8:23 AM, W. Trevor King wrote: > > I also reworded the example commit summaries (onelines), because I > > think my initial mistake may have been to to misinterpreting "this > > s/to to/due to/ Oops, thanks :

Re: [PATCH] user-manual: Fix the interactive rebase example commit range

2013-03-24 Thread Eric Sunshine
On Sun, Mar 24, 2013 at 8:23 AM, W. Trevor King wrote: > 6c26bf4 (user-manual: Reorganize the reroll sections, adding 'git > rebase -i', 2013-02-19) used deadbee as the oldest commit in the pick > list, but as the final commit in the rebased range, due to sloppy > duplication and extension from gi

[PATCH] user-manual: Fix the interactive rebase example commit range

2013-03-24 Thread W. Trevor King
From: "W. Trevor King" 6c26bf4 (user-manual: Reorganize the reroll sections, adding 'git rebase -i', 2013-02-19) used deadbee as the oldest commit in the pick list, but as the final commit in the rebased range, due to sloppy duplication and extension from git-rebase.txt. This fixes that by addin