On Thu, Aug 30, 2007 at 09:25:33PM +0200, martin f krafft wrote:So in the setup you describe if they clone your repo then they'll get a single branch called 'debian' with your work in it. That sounds fine to me, actually. They can always just fetch from upstream as well if they'd like. They could do something like: git clone git://coolproject.org/cool.git cd cool git remote add debian git://git.debian.org/cool.git git fetch debian Then they have a repository where git-branch -r reports something like origin/master debian/debian Or they could do it the other way around, with "origin" pointing to you and an "upstream" remote pointing to coolproject.org. The naming's obviously up to them. Maybe the one extra "git remote add ...; git remote fetch" isn't such a big deal? Sure, you can do that. I don't think it's really necessary. My local kernel repository, for example, currently knows about five other repos: $ git remote labiaga # server pnfs work linux-nfs # my public repo origin # Linus's repo richterd # a coworker's nfs work trond # Trond's nfs stuff Sure, each of those could add a "linus" branch that tracked upstream, so I could still get some idea what Linus's tree was even if I didn't happen to already have it. But then I'd end up with 4 different slightly-out-of-date pointers to the head of linus's repo in each of those trees, which would end up being just be a bunch of cruft that I'd have to ignore whenever I looked at them. --b. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Hiten Pandya | Re: up? (emacs docbook xml ide) |
| Martin Michlmayr | Network slowdown due to CFS |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | [GIT]: Networking |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| Yaroslav Tarasenko | Re: PC-BSD |
| Ben Cadieux | DragonFly MBR |
| justin | Re: dragonfly pdf documentation |
| dark0s Optik | DragonFly over Sony Vaio |
