Do not ask for objects known to be complete.
commit49bb805e69f97e75472e54a68e9eb24e08dee011
authorJunio C Hamano <junkio@cox.net>
Wed, 19 Oct 2005 21:27:02 +0000 (19 14:27 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 19 Oct 2005 21:27:02 +0000 (19 14:27 -0700)
treee486d9915d4b6ab3f0d63567cdb15b3a3ed9cb73
parente0004e286c50364f134c951754c34e815489ead0
Do not ask for objects known to be complete.

On top of optimization by Linus not to ask refs that already match, we
can walk our refs and not issue "want" for things that are known to be
reachable from them.

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