From: Junio C Hamano Date: Fri, 10 Dec 2021 22:35:10 +0000 (-0800) Subject: Merge branch 'po/size-t-for-vs' X-Git-Tag: v2.35.0-rc0~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb136bd8521b6be057c08ab4cc92085030407d72;p=thirdparty%2Fgit.git Merge branch 'po/size-t-for-vs' 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 --- cb136bd8521b6be057c08ab4cc92085030407d72