]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/curl-off-t-fixes' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Sep 2025 21:46:13 +0000 (14:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Sep 2025 21:46:13 +0000 (14:46 -0700)
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

1  2 
http-push.c
http.h
imap-send.c
remote-curl.c

diff --cc http-push.c
Simple merge
diff --cc http.h
Simple merge
diff --cc imap-send.c
Simple merge
diff --cc remote-curl.c
Simple merge