From: Linus Torvalds Date: Fri, 13 Apr 2007 16:26:04 +0000 (-0700) Subject: Teach "git-read-tree -u" to check out submodules as a directory X-Git-Tag: v1.5.2-rc0~19^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f0807e62b42df51a079c730dcf4868de9ad44ea5?hp=f0807e62b42df51a079c730dcf4868de9ad44ea5 Teach "git-read-tree -u" to check out submodules as a directory This actually allows us to check out a supermodule after cloning, although the submodules themselves will obviously not be checked out, and will just be empty directories. Checking out the submodules will be up to higher levels - we may not even want to! Signed-off-by: Linus Torvalds Signed-off-by: Junio C Hamano ---