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
Copy file name to clipboardExpand all lines: web/news.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,32 @@ summary: Important events happening.
5
5
6
6
This page lists important changes or issues affecting MSYS2 users. You can [:material-rss: subscribe via RSS](../news.xml). We also post them to [Mastodon](https://fosstodon.org/@msys2org) / [Bluesky](https://bsky.app/profile/msys2org.bsky.social), including some not-so-important things :)
7
7
8
+
### 2026-02-28 - Native Git Now Available in MSYS2
9
+
10
+
We are pleased to announce that MSYS2 now includes a [native MinGW build of
11
+
Git](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.
17
+
18
+
This is made possible thanks to the hard work of the ['Git for Windows'
19
+
team](https://github.com/orgs/git-for-windows/people), who made various changes
20
+
in both projects, to make it possible to package their MinGW port of git and
21
+
easily keep it in sync going forward. If you encounter any issues, please report
22
+
them to us first before contacting the 'Git for Windows' team.
23
+
24
+
For comparison, some quick and unscientific benchmarks for a local clone of the
0 commit comments