Re: How to create a new commit with the content of some commit?

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

 



On 2009-05-12, Tomas Carnecky <tom@xxxxxxxxxxxxx> wrote:
>
> On May 12, 2009, at 5:47 PM, Ping Yin wrote:
>
>> On Tue, May 12, 2009 at 10:35 PM, Ping Yin <pkufranky@xxxxxxxxx>  
>> wrote:
>>> a----b
>>>  \----c
>>>
>>> Given the graph above, I want to create a commit b1 on top of c,  
>>> where
>>> b1 and b have the same content. i.e.
>>>
>>> a----b
>>>  \----c----b1    ( content(b) == content(b1) )
>>
>> More precisely, b1 and b point to the same tree object
>
> git checkout c
> git cherry-pick b

I do not think this does what was wanted.  Applying the
change from a->b onto c may not give you "b" unless a==c.

--
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]