pack-objects: check pack.window for default window size
commit4812a93a8c0ad25ee701da8ff46a3c5d62994224
authorJeff King <peff@peff.net>
Sun, 23 Jul 2006 05:50:30 +0000 (23 01:50 -0400)
committerJunio C Hamano <junkio@cox.net>
Mon, 24 Jul 2006 06:40:35 +0000 (23 23:40 -0700)
tree2ee5fd3278f6ff6efed8b874193bdeed82eb171c
parent8eb38cad440d8d51d8737d546a067a88361f6c3d
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>
Documentation/config.txt
pack-objects.c