On 10 May 2007 17:55:15 -0400, linux@xxxxxxxxxxx <linux@xxxxxxxxxxx> wrote:
Er... why is everyone making this so complex? git checkout trunk # Switch to "trunk" git checkout branch . # Overwrite with "branch", but stay on "trunk" git commit Now branch is the same tree object as "branch", but without the history. Of course, you could be even nastier and di a direct git-commit-tree branch^{tree} -p HEAD < commit_message
And it is not enough. Authorship information is lost. And you have to be damn sure the "branch" starts directly at HEAD, otherwise everything HEAD..branch is lost. It is complex if you want it right. - 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