author | Linus Torvalds <torvalds@linux-foundation.org> | |
Tue, 10 Apr 2007 04:14:58 +0000 (21:14 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 10 Apr 2007 20:46:58 +0000 (13:46 -0700) | ||
commit | 9eec4795d44439cd170fb52c73827c728252648d | |
tree | ae737b70fbb0833ca7efde5c4ec4a2f44f9c5dc8 | tree | snapshot |
parent | 0ebde32c87da2efac5985a808e6bd4130831b7a8 | commit | diff |
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>
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 | diff | blob | history |