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
I was working last week to update the `git-update-git-for-windows` script to repeat daily reminders to upgrade. I did not succeed in doing that, but I found some other issues that are resolved in this PR:
1. We can speed up the Windows installer builds by using partial clone of the `git-for-windows/build-extra` repo.
2. There is a `filename` variable that doesn't work in one place. Use the literal path instead.
3. The macOS builds need an explicit version update to compile with FS Monitor due to compatibility issues with older versions of macOS. This required some changes to `derrickstolee/git_osx_installer`, too.
These changes were integrated in [a successful run of the `build-git-installers` workflow](https://github.com/microsoft/git/actions/runs/1321667808).
0 commit comments