The fact that all commit tags change is a bit of a nuisance, but I haven't found any way to avoid it. I am hoping that grafting is really a one time occurrence :)
nick On Thu, Jun 28, 2012 at 5:12 PM, Tim Chase <[email protected]> wrote: > On 06/28/12 13:44, Philip Oakley wrote: >> You can use Grafts > > Always happy to learn new git tricks. Thanks! > > This is a far better solution than my rebasing, though with similar > (albeit easier and cleaner) results if you plan to push anywhere. > > From what I read, the grafting doesn't get pushed, so you have to > then do a fast-export|fast-import pipeline to a virgin repository in > order to get a clean/pushable history. But like a rebase, this > history won't exist elsewhere, so others' pulls will get > parallel/unrelated histories. > > -tkc > > > > -- > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/git-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
