]> git.ipfire.org Git - thirdparty/git.git/commit
Teach git list-objects logic not to follow gitlinks
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Apr 2007 04:03:39 +0000 (21:03 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 13 Apr 2007 04:24:33 +0000 (21:24 -0700)
commitea376fa7f2c209593bcc63008a2831fe013d4e39
tree183d53c826122a6410da9d20d1187aa7c5ff89e3
parentab22aed3b7517c6390cb622b368bfcf503b7a37a
Teach git list-objects logic not to follow gitlinks

This allows us to pack superprojects and thus clone them (but not yet
check them out on the receiving side - that's the next patch)

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