Daniel Kahn Gillmor dkg@fifthhorseman.net writes:
Yeah, you can definitely do that with git submodules.
Hmm. I'm not sure that will work the way I like. I've been told that if I have an lsh directory with nettle as a submodule, I can't easily modify nettle and commit and push changes from that tree.
git-subtree may be more useful (see https://github.com/apenwarr/git-subtree/blob/master/git-subtree.txt and http://psionides.jogger.pl/2010/02/04/sharing-code-between-projects-with-git...)
Maybe it makes things simpler to stick to a single repository for everything (like the current cvs repository)? Is there any compelling reason why nettle must be a separate repository? (If I understand the docs correctly, one could split off a nettle repository later, using git-subtree split).
Regardss, /Niels