github-actions[bot] on srcinfo-cache
x264: pin commit (compare)
lazka on master
x264: pin commit (compare)
https://github.com/git-for-windows/MINGW-packages/tree/main/mingw-w64-git
Also that folder contains source code, do we want to store those here?
it should work if you create a branch or PR though
@Alexpux, @lazka I can confirm that branches/PRs are properly processed and several tools are built. If they depend on each other, the proper build order is picked and tools are installed before building the next.
any thoughts on adding a mingw git by syncing in https://github.com/git-for-windows/MINGW-packages/tree/main/mingw-w64-git
yes @dscho ^
Git for Windows overrides the MSYS2 runtime because it needs a couple tweaks to pass Git's test suite. It's therefore not enough to just sync mingw-w64-git
. I never managed to convince Alexey to work together on resolving those issues and gave up a couple years ago. Maybe I should restart that effort, but my pandemic-related time constraints make that a rather daunting idea right now.
mingw-w64-git
also adds the git-bash.exe
and git-cmd.exe
at the root directory, and /bin/bash.exe
and /cmd/git.exe
as convenience redirectors, which is probably not something MSYS2 would want to have. We'd need to figure out how to disentangle that (maybe as an extra package that has only those Git for Windows-specific global files) before we could move further on that.
are git-bash.exe is mingw program?
Yes. They are in the root directory because otherwise users would not discover them in, say, a Portable Git.
git-cmd
.)