On 2008.08.18 14:47:13 +0200, Christian Jaeger wrote: > Jens Neuhalfen wrote: >> The repository is my current development repository which, naturally >> (?), is based on the 'blessed' repository. My understanding of git >> was, that anyone with a copy of the blessed git repository can 'pull' >> from my repository and gets my branches with git transmitting just my >> changes over the net. Then he/she/it can switch to 'my' branch and >> test the policy/init-script. >> >> Did I get something wrong there? I thought that this is a/the normal >> way of using git. > > Well I'm sure you could use it this way; but check for yourself, if you > start gitk on your repository, one has to first figure out where to find > you work, i.e. one has to follow the right parent in your commits to see > all of them; it's certainly possible but I guess not very inviting for > people who just want to *look* at your work (as opposed to simply try it > out). I'll readily admit that I just wanted to look, not try it out. But > maybe I'm not the only one with this as his/her primary aim. Well, instead of using --reference, I would just add a "selinux" remote to my existing git.git repo, fetch the stuff and then: gitk origin/master..selinux/master It's still not "pretty", but quite usable. And as far as I'm concerned, it's kinda obvious that the git-selinux repo is based on the git.git repo, so I wouldn't say that you're required to mention that explicitly. Björn -- 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