Do not ask for objects known to be complete.
authorJunio C Hamano <junkio@cox.net>
Wed, 19 Oct 2005 21:27:02 +0000 (14:27 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 19 Oct 2005 21:27:02 +0000 (14:27 -0700)
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>
No differences found