Am 28.06.2011 09:20, schrieb Jens Lehmann: >> This could be a way if .gitmodules can contain something like >> >> [module "project one"] >> path = project1 >> url = ... >> depends = lib1 "123456" >> [module "project two"] >> path = project2 >> url = ... >> depends = lib1 "abcdef" >> [module "lib1"] >> path = lib1 >> url = ... > > But there is no need for that as "123456" and "abcdef" are already present > as the sha1 values for the gitlinks "lib1" and "lib2". ... but of course you would have to decide which sha1 is the right one for lib1, while your proposal offers two contradicting sha1s (note to self: must drink coffee *before* answering emails in the morning ;-) -- 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