Teach git list-objects logic to not follow gitlinks
commit6e2f441bd42c55c73b5e7ac1fdc2aded07901cb3
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Apr 2007 16:25:01 +0000 (13 09:25 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 14 Apr 2007 10:14:14 +0000 (14 03:14 -0700)
treeb2f32162de8adec370d6daea4b2dcd481b3f6423
parenta8ee75bc7a2ddbb10e0a4303b21bb5c300f98cc2
Teach git list-objects logic to not 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