Code

Do not ask for objects known to be complete.
authorJunio C Hamano <junkio@cox.net>
Wed, 19 Oct 2005 07:01:01 +0000 (00:01 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 19 Oct 2005 07:01:01 +0000 (00:01 -0700)
commitacfcb8dfa451bf9701fdba72c7b6fb9b591a6890
tree9422c72e9a3bf803cabde46d84f76dbe005f0607
parent0910e8cab828b53fd7188a93c0476cab0af81cdc
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