On Thu, 12 Apr 2007, Sam Vilain wrote: > > Linus Torvalds wrote: > > Since the subprojects don't necessarily even exist in the current tree, > > much less in the current git repository (they are totally independent > > repositories), we do not want to try to follow the chain from one git > > repository to another through a gitlink. > > > > Does this consider the case where the intent of the subprojects are to > collate multiple, small projects into one bigger project? > > In that case, you might want to keep all of the subprojects in the same > git repository. I assume you mean "you might want to keep all of the subprojects' objects in the same git object directory". And yes, that's absolutely true, but it's technically no different from just using GIT_OBJECT_DIRECTORY to share objects between totally unrelated projects, or using git/alternates to share objects between (probably *less* unrelated repositories, but still clearly individual repos). So the main point of superproject/subprojects is to allow independence (because independence is what allows it to scale), but there is nothing to say that things *have* to kept totally isolated. Linus - 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