]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'po/size-t-for-vs'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:10 +0000 (14:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:10 +0000 (14:35 -0800)
On platforms where ulong is shorter than size_t, code paths that
shifted 1 or 1U to the left lacked the necessary cast to size_t,
which have been corrected.

* po/size-t-for-vs:
  object-file.c: LLP64 compatibility, upcast unity for left shift
  diffcore-delta.c: LLP64 compatibility, upcast unity for left shift
  repack.c: LLP64 compatibility, upcast unity for left shift

1  2 
builtin/repack.c
object-file.c

Simple merge
diff --cc object-file.c
Simple merge