@@ -9,11 +9,7 @@ This page lists important changes or issues affecting MSYS2 users. You can [:mat
99
1010We are pleased to announce that MSYS2 now includes a [ native MinGW build of
1111Git] ( https://packages.msys2.org/base/mingw-w64-git ) alongside the existing
12- Cygwin-based version. This means that there is no need to install [ 'Git for
13- Windows'] ( https://gitforwindows.org ) and integrate it into MSYS2 manually; it
14- can simply be installed using pacman. We have also adjusted the dependencies of
15- all our native packages to depend on MinGW Git over the Cygwin version wherever
16- possible.
12+ Cygwin-based version.
1713
1814This is made possible thanks to the hard work of the [ 'Git for Windows'
1915team] ( https://github.com/orgs/git-for-windows/people ) , who made various changes
@@ -31,6 +27,15 @@ For comparison, some quick and unscientific benchmarks for a local clone of the
3127| ` git clone ` (local) | ~ 45 s | ~ 22 s |
3228| ` git grep ` | ~ 2.6 s | ~ 0.55 s |
3329
30+ If you were using the [ hack to make 'Git for Windows' work in
31+ MSYS2] ( https://gitforwindows.org/install-inside-msys2-proper.html ) , you might be
32+ able to simply switch to installing git via pacman instead. This also allows you
33+ to install native git into environments other than MINGW64, such as UCRT64 or
34+ CLANG64. Please note that our package is not as fully integrated with Windows
35+ like the Git for Windows installer version, and lacks some features such as the
36+ credential manager. It's also not as widely tested yet. Please give it a try and
37+ let us know if you encounter any issues or missing features.
38+
3439### 2026-02-28 - Dropping support for Windows 8.1
3540
3641As Windows 8.1 has been end-of-life (EOL) for three years, Firefox has stopped
0 commit comments