Re: git fast-import : How to change parent during import?

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

 



Hi Jonathan,

On Tue, Mar 8, 2011 at 2:44 AM, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote:
>> Is it possible to change the parent of a commit during fast import?
>> I've tried using "reset" command and making a new commit pointing to a
>> new parent, but in both cases I get a "new tip ... does not contain
>> ..." error message.
>
> Have you tried "git fast-import --force"?

Oh... I completely overlooked the command line argument list in the man page...
Thanks for the tip, worked like a charm!

>> Providing a bit of context. I'm trying to improve git-p4 to detect the
>> parent commit of a new branch.
> [...]
>> To achieve this I used the checkpoint command to flush the list of
>> imported commits to disk and then used standard rev-list and diff-tree
>> commands to make find the parent commit. I am now at a point where I
>> am able to correctly identify the parent commit, but when trying to
>> update the from information I get the above message.
>
> The advice in the section "Use Tag Fixup Branches" of git-fast-import(1)
> might be useful.

I'm still trying to understand it. Do you know of any practical
example that I can look into?

Thanks for your help,
-- 
Vitor Antunes
--
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]