Add "S_IFDIRLNK" file mode infrastructure for git links
commit9eec4795d44439cd170fb52c73827c728252648d
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Apr 2007 04:14:58 +0000 (9 21:14 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 10 Apr 2007 20:46:58 +0000 (10 13:46 -0700)
treeae737b70fbb0833ca7efde5c4ec4a2f44f9c5dc8
parent0ebde32c87da2efac5985a808e6bd4130831b7a8
Add "S_IFDIRLNK" file mode infrastructure for git links

This just adds the basic helper functions to recognize and work with git
tree entries that are links to other git repositories ("subprojects").
They still aren't actually connected up to any of the code-paths, but
now all the infrastructure is in place.

The next commit will start actually adding actual subproject support.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h