git-svn: fix output reporting from the delta fetcher
authorEric Wong <normalperson@yhbt.net>
Tue, 28 Nov 2006 10:50:17 +0000 (02:50 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 28 Nov 2006 22:22:52 +0000 (14:22 -0800)
There was nothing printed in the code originally because I left
out a pair of parentheses. Nevertheless, the affected code has
been replaced with a more efficient version that respects the -q
flag as well as requiring less bandwidth.

We save some bandwidth by not requesting changed paths
information when calling get_log() since we're using the delta
fetcher.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found