Daniel Kahn Gillmor <[email protected]> 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-subtree/) 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 -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list [email protected] http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
