-
v2.4.6.windows.143f871f7 · ·
Git for Windows 2.4.6 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.
-
v2.4.5.windows.14428d264 · ·
Git for Windows v2.4.5 In addition to synchronizing with upstream's v2.4.5, this version sports a bug fix in ncurses that cause Bash to segfault when running with TERM=msys.
-
v2.4.4.windows.275cfeead · ·
Git for Windows 2.4.4 release 2 Changes since Git for Windows 2.4.4: - git-bash.exe no longer changes the working directory to the user's home directory. - Git can now clone into a drive root. - For backwards-compatibility, redirectors are installed into /bin/bash.exe and /bin/git.exe, e.g. to support SourceTree and TortoiseGit better. - When using `core.symlinks = true` while cloning repositories with symbolic links pointing to directories, [`git status` no longer shows bogus modifications.
-
v2.4.4.windows.1e96e074c · ·
Git for Windows 2.4.4 Apart from updating to Git 2.4.4, this release candidate also adds the ability to switch off MSys2's POSIX-to-Windows path conversion by setting the `MSYS_NO_PATHCONV` environment variable.
-
v2.4.3.windows.1731fe282 · ·
Git for Windows 2.4.3 Windows-specific patches since Git for Windows 2.4.2.1: When running Git GUI via the Windows-specific Git wrapper, it now runs in the background. And the Windows-wide config works on XP again.
-
v2.4.2.windows.157190aee · ·
Git for Windows 2.4.2 Changes since Git for Windows 2.4.1: - rebased to 2.4.2 - includes support for Vagrant (i.e. quick & easy Linux VM for testing Git) - includes emulation of symlinks via NTFS reparse points - When the git-wrapper serves as Git Bash, it can be used with arbitrary terminal emulators via the new `--command=<command>` option
-
v2.4.1.windows.19c9dc30d · ·
Git for Windows 2.4.1 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.2438f3e75 · ·
Git for Windows 2.4.0 release 2 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