Skip to content

Releases: git-for-windows/git

Git for Windows 2.5.1

31 Aug 08:42

Choose a tag to compare

Apart from being based on Git 2.5.1, this Git for Windows release brings the following bug fixes:

Git for Windows 2.5.0

18 Aug 11:28

Choose a tag to compare

This is the first official version of Git for Windows (i.e. the first release without the -preview suffix).

It would not have been possible without substantial support of GitHub, in particular Michael Haggerty, Jeff King and Brendan Forster, the help of Karsten Blees, Nalla, Sebastian Schuberth, and other contributors including Microsoft.

Fifth release candidate of Git for Windows

18 Jul 15:14

Choose a tag to compare

Apart from synchronizing with Git 2.4.6, this version brings the following fixes:

  • Git for Windows handles symlinks now, even if core.symlinks does not tell Git to generate symlinks itself.
  • git svn learned not to reuse incompatible on-disk caches left over from previous Git for Windows versions.

Fourth release candidate of Git for Windows 2.x

29 Jun 08:22

Choose a tag to compare

Apart from synchronizing with Git 2.4.5, this release candidate fixes a critical bug that prevented GitHub for Windows from using Git for Windows 2.x for its command-line tools.

Third release candidate of Git for Windows 2.x

20 Jun 12:02

Choose a tag to compare

New Features

  • Comes with Git 2.4.4
  • The POSIX-to-Windows path mangling can now be turned off by setting the MSYS_NO_PATHCONV environment variable. This even works for individual command lines: MSYS_NO_PATHCONV=1 cmd /c dir /x will list the files in the current directory along with their 8.3 versions.

Bug fixes

Second release candidate of Git for Windows 2.x

12 Jun 15:24

Choose a tag to compare

This is the second release candidate of Git for Windows 2.x, based on Git 2.4.3.

Please see the release notes for details.

First release candidate of Git for Windows 2.x

27 May 21:38

Choose a tag to compare

This is the first release candidate of Git for Windows 2.x.

It is available in four different versions: 32-bit & 64-bit, regular and portable application. If in doubt, try the regular 64-bit version.

Please give this release candidate a thorough workout and report bugs at https://github.com/git-for-windows/git/issues.

v2.4.1.windows.1: Git for Windows 2.4.1

14 May 13:48

Choose a tag to compare

Pre-release
Relative to Git for Windows 2.4.0 release 2, the following changed:

- improved support for console windows other than the default Windows
  console window (`git push https://` can ask interactively for a
  password again)

v2.4.0.windows.2: Git for Windows 2.4.0 release 2

07 May 20:38

Choose a tag to compare

Since 2.4.0 release 1, the following bugs were fixed:

- `git pull` prompts for a password correctly in MinTTY

- `git blame` can now deal with CRLF better

- Git for Windows' `git-bash.exe` can be asked to show a console
  explicitly

v2.4.0.windows.1: Git for Windows 2.4.0

05 May 07:54

Choose a tag to compare

Pre-release
The only change relative to Git for Windows 2.3.7 apart from a rebase
onto Git 2.4.0 is that the git-wrapper learned how to launch the Git
Bash with an entirely new console, fixing a regression that was revealed
by a recent update of the msys2-runtime.