Re: RFC - "git editlog" feature for fixing up local commit messages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]