]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mk/diff-delta-uint-may-be-shorter-than-ulong'
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Sep 2017 05:47:56 +0000 (14:47 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Sep 2017 05:47:56 +0000 (14:47 +0900)
commit3d09e79b27055107f51bdbc537c51b8a337b820a
treef8f398f8f524fd7fad27f6f78d8017700a3319b8
parent73ecdc606eedbfd98ec66d50d44b3374425fd13b
parent3f0a67a1f68d79f102ac11a8b6e7a72dc86be613
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"