Be more careful tangling object chains while marking commits.
commitf1f0a2be9fe6e6734d900381de189c56e023be7e
authorJunio C Hamano <junkio@cox.net>
Thu, 20 Oct 2005 04:55:49 +0000 (19 21:55 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 20 Oct 2005 04:55:49 +0000 (19 21:55 -0700)
treebf9433f09386b4e19a31ed42391a701c7d95c288
parentd6a73596e766b934e25182e7cdd8e6c2dbcc671e
Be more careful tangling object chains while marking commits.

Also Johannes noticed we use parse_object to look up if we know that
object already -- we should just ask the in-core object registry with
lookup_object() for that.

Signed-off-by: Junio C Hamano <junkio@cox.net>
fetch-pack.c