Heya, On Mon, Mar 29, 2010 at 07:31, Eric Raymond <esr@xxxxxxxxxxx> wrote: > Now, about step 3. The official git command set only directly supports > amending the tip commit. There is a semi-documented procedure for > amending previous commits using an interactive rebase, but trying to > understand it makes my brain hurt. Don't want to go there. Go there anyway. These days it's as simple as changing "pick" to "reword" on the appropriate commit. Really, give it a try. $ git rebase -i origin/master -- Cheers, Sverre Rabbelier -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html