Re: [ANNOUNCE] GIT 1.5.2-rc3
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:09
Alexander Litvinov [off-list ref] writes:
I have tried your test and found that cloning such repo does not clone subprojects. Only empty dir 'sub' is being cloned.
Yes, that is pretty much intentional. Having a link for higher
layer tools can use (i.e. tree objects can contain 160000 mode
"gitlinks" to subproject commit objects) while not considering
such linkage part of the reachability is the whole point of
plumbing level subproject support. It allows people not to
download repositories of uninteresting subprojects. Higher
layer tools such as clone/checkout/diff could be instructed
(currently they cannot be, though) to recurse into subproject
directories if the user wants to.
A few good pointers for this topic are:
$gmane/44162
$gmane/44308