]> git.ipfire.org Git - thirdparty/git.git/commit - entry.c
Teach "git-read-tree -u" to check out submodules as a directory
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Apr 2007 16:26:04 +0000 (09:26 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 14 Apr 2007 10:14:16 +0000 (03:14 -0700)
commitf0807e62b42df51a079c730dcf4868de9ad44ea5
tree7784f8d2ba414bb27dfc48a817091e5a6d31a441
parent6e2f441bd42c55c73b5e7ac1fdc2aded07901cb3
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 <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
entry.c