Third release candidate of Git for Windows 2.x
Pre-release
Pre-release
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
git-bash.exe
no longer changes the working directory to the user's home directory.- Git can now clone into a drive root, e.g.
C:\
. - 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.