author | Eric Wong <normalperson@yhbt.net> | |
Tue, 28 Nov 2006 10:50:17 +0000 (02:50 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 28 Nov 2006 22:22:52 +0000 (14:22 -0800) | ||
commit | 0864e3ba12ed946f0082297530584a77e2a7097b | |
tree | 00f2e5e9bf0b1bba9dc378039280e15f67d4ca6a | tree | snapshot |
parent | dad73c0bb9f33323ec1aacf560a6263f1d85f81a | commit | diff |
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>
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 | diff | blob | history |