From: Nicolas Pitre Date: Sat, 2 May 2009 00:18:02 +0000 (-0400) Subject: honor repack.usedeltabaseoffset when fetching packs X-Git-Tag: v1.6.2.5~1^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f04833ef9f330612a4116401258882b38e95744e?hp=f04833ef9f330612a4116401258882b38e95744e honor repack.usedeltabaseoffset when fetching packs If the local receiving repository has disabled the use of delta base offset, for example to retain compatibility with older versions of Git that predate OFS_DELTA, we shouldn't ask for ofs-delta support when we obtain a pack from the remote server. [ issue noticed by Shawn Pearce ] Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano ---