Code

Do not ask for objects known to be complete.
authorJunio C Hamano <junkio@cox.net>
Wed, 19 Oct 2005 01:42:19 +0000 (18:42 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 19 Oct 2005 01:42:19 +0000 (18:42 -0700)
commitea5a65a59916503d2a14369c46b1023384d51645
tree6cd6c03b2aed8908fe56a10d1366bd040dc7ead5
parentf8765797a41a39f4dfc7030098c38283e6461a83
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