Re: [PATCH] pack-objects: check pack.window for default window size
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:34
Jeff King [off-list ref] writes:
Signed-off-by: Jeff King <redacted>
---
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.
Makes sense. Will apply but with the above three lines as part
of the commit message.