Hi, On Sun, 17 Feb 2008, Lars Hjemli wrote: > PPS: If included, the .git file should probably be used by git-submodule > to clone submodule repositories into something like > $GIT_DIR/submodules/<name>, as that would make local submodule changes > more resistant to dataloss due to checkout/reset in the containing > repository. I don't buy that argument. For the moment, the submodules are self-contained repositories. The superproject does not even have to have a single object contained in a submodule. I'd try to keep that separation. As for data loss, again, as a submodule is self-contained, the same rules apply to it as for any repository. Ciao, Dscho - 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