git-svn: enable delta transfers during fetches when using SVN:: libs
commit27a1a8014b842c0d70fdc91c68dd361ca2dfb34c
authorEric Wong <normalperson@yhbt.net>
Tue, 28 Nov 2006 05:44:48 +0000 (27 21:44 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 28 Nov 2006 06:22:57 +0000 (27 22:22 -0800)
tree425079158bb439a51e2fbad1e4621b2a27d407c7
parentf0df4ed5629c25e9978708115ad654b9f83f55df
git-svn: enable delta transfers during fetches when using SVN:: libs

This should drastically reduce bandwidth used for network
transfers.  This is not enabled for file:// repositories by
default because of the increased CPU usage and I/O needed.

GIT_SVN_DELTA_FETCH may be set to a true value to enable or
false (0) to disable delta transfers regardless of the
repository type.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl