Re: Are binary xdeltas only used if you use git-gc?
From: Junio C Hamano <hidden> Date: 2016-06-15 22:45:36
Nicolas Pitre [off-list ref] writes:
The issue is to decide what preferred delta base to add to the list of
objects. Currently only objects with the same path as those being
modified are considered.
Ah, I was blind (even though that part is my code). Thanks.