author | Eric Wong <normalperson@yhbt.net> | |
Tue, 28 Nov 2006 05:44:48 +0000 (21:44 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 28 Nov 2006 06:22:57 +0000 (22:22 -0800) | ||
commit | 27a1a8014b842c0d70fdc91c68dd361ca2dfb34c | |
tree | 425079158bb439a51e2fbad1e4621b2a27d407c7 | tree | snapshot |
parent | f0df4ed5629c25e9978708115ad654b9f83f55df | commit | diff |
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>
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 | diff | blob | history |