From: Junio C Hamano Date: Tue, 14 Oct 2025 20:40:53 +0000 (-0700) Subject: Merge branch 'js/curl-off-t-fixes' into maint-2.51 X-Git-Tag: v2.51.1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55282f50ac8ad2253a8e96c4d5a7c5613fb2ad78;p=thirdparty%2Fgit.git Merge branch 'js/curl-off-t-fixes' into maint-2.51 A few places where an size_t value was cast to curl_off_t without checking has been updated to use the existing helper function. * js/curl-off-t-fixes: http-push: avoid new compile error imap-send: be more careful when casting to `curl_off_t` http: offer to cast `size_t` to `curl_off_t` safely --- 55282f50ac8ad2253a8e96c4d5a7c5613fb2ad78