Re: : Networking
From: Daniel Barkalow <hidden>
Date: 2016-06-15 22:41:54
On Tue, 26 Apr 2005, Linus Torvalds wrote:
On Tue, 26 Apr 2005, Andrew Morton wrote:quoted
The only thing you should be a bit careful about is to remember what the "heads" at different points were. In particular, you want to remember where you merged with me last was. I've started tagging my releases with the git tag facility (_not_ the pasky one, but I think pasky will start picking up on that soon enough), so finding a specific release will be easy, but if you ever do a non-release merge you'll just have to tag it yourself.
Your tag system is in the "cogito-0.8" release, plus a pasky-style way of keeping track of what tags you have in your repository.
quoted
d) To generate davem's tree (patch against linus's current tree (ie: patch against 2.6.12-rc3+linus.patch)): git pull git-netYes. This should have merged the two (assuming "git pull" does what I think it does).
I think git pull only downloads the contents of the repo and saves the new head in a separate file. You're left to do the merge yourself, in case what you actually wanted to do was just read the patches in the remote repo without merging them. You probably need a "git merge git-net" here, and things will be in the state that Linus expects. -Daniel *This .sig left intentionally blank*