author | Jeff King <peff@peff.net> | |
Sun, 23 Jul 2006 05:50:30 +0000 (01:50 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 24 Jul 2006 06:40:35 +0000 (23:40 -0700) | ||
commit | 4812a93a8c0ad25ee701da8ff46a3c5d62994224 | |
tree | 2ee5fd3278f6ff6efed8b874193bdeed82eb171c | tree | snapshot |
parent | 8eb38cad440d8d51d8737d546a067a88361f6c3d | commit | diff |
pack-objects: check pack.window for default window size
For some repositories, deltas simply don't make sense. One can disable
them for git-repack by adding --window, but git-push insists on making
the deltas which can be very CPU-intensive for little benefit.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
For some repositories, deltas simply don't make sense. One can disable
them for git-repack by adding --window, but git-push insists on making
the deltas which can be very CPU-intensive for little benefit.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt | diff | blob | history | |
pack-objects.c | diff | blob | history |