You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix curl_easy_setopt() parameter type problem, again (#5858)
As of three weeks ago, every CI build of Git for Windows' ARM64 flavor
of its SDK started failing (the first failed build is this
[here](https://github.com/git-for-windows/git-sdk-arm64/actions/runs/17633130672/job/50104373185)).
I had mistaken this for a problem with `git/git` and therefore tried to
fast-track (for some definition of "fast") the patch into `git/git`, but
I had forgotten that I changed `git-sdk-arm64`'s `ci-artifacts` workflow
[to build `git-for-windows/git`
instead](git-for-windows/git-sdk-arm64@1b7ec02)
(because of the problems that needed to be fixed).
So let's integrate these patches into Git for Windows before they
trickle in via a new Git version (which is [currently scheduled for
November 17th, 2025](https://gh.io/gitCal)).
This is a companion of gitgitgadget#1974.
0 commit comments