git-svn: fix output reporting from the delta fetcher
commit0864e3ba12ed946f0082297530584a77e2a7097b
authorEric Wong <normalperson@yhbt.net>
Tue, 28 Nov 2006 10:50:17 +0000 (28 02:50 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 28 Nov 2006 22:22:52 +0000 (28 14:22 -0800)
tree00f2e5e9bf0b1bba9dc378039280e15f67d4ca6a
parentdad73c0bb9f33323ec1aacf560a6263f1d85f81a
git-svn: fix output reporting from the delta fetcher

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>
git-svn.perl