]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/curl-off-t-fixes' into jch
authorJunio C Hamano <gitster@pobox.com>
Sun, 5 Oct 2025 22:04:13 +0000 (15:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Oct 2025 22:04:13 +0000 (15:04 -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