From: Junio C Hamano Date: Thu, 28 Sep 2017 05:47:56 +0000 (+0900) Subject: Merge branch 'mk/diff-delta-uint-may-be-shorter-than-ulong' X-Git-Tag: v2.15.0-rc0~40 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3d09e79b27055107f51bdbc537c51b8a337b820a?hp=--cc Merge branch 'mk/diff-delta-uint-may-be-shorter-than-ulong' The machinery to create xdelta used in pack files received the sizes of the data in size_t, but lost the higher bits of them by storing them in "unsigned int" during the computation, which is fixed. * mk/diff-delta-uint-may-be-shorter-than-ulong: diff-delta: fix encoding size that would not fit in "unsigned int" --- 3d09e79b27055107f51bdbc537c51b8a337b820a