-
v2.13.1.windows.2a36e14b3 · ·
Git for Windows v2.13.1(2) Changes since Git for Windows v2.13.1 (June 13th 2017) Bug Fixes * git commit and git status no longer randomly throw segmentation faults.
-
v2.13.1.windows.113f583be · ·
Git for Windows v2.13.1 Changes since Git for Windows v2.13.0 (May 10th 2017) New Features * Comes with Git v2.13.1. * Comes with Git Credential Manager v1.10.0. * Comes with OpenSSH 7.5p1. * Comes with Git Flow v1.11.0. * Comes with Git LFS v2.1.1. * Git now uses the flag introduced with Windows 10 Creators Update to create symbolic links without requiring elevated privileges in Developer Mode. Bug Fixes * The documentation of Git for Windows' several config files was improved. * When interrupting Git processes in Git Bash by pressing Ctrl+C, Git now removes .lock files as designed (accompanying Git PR; this should also fix issue #338). * git status -uno now treats submodules in ignored directories correctly. * The fscache feature no longer slows down git commit -m <message> in large worktrees. * Executing git.exe in Git Bash when the current working directory is a UNC path now works as expected. * Staging/unstaging multiple files in Git GUI via Ctrl+C now works. * When hitting Ctrl+T in Git GUI to stage files, but the file list is empty, Git GUI no longer shows an exception window.
-
v2.13.0.windows.1eba7af3d · ·
Git for Windows v2.13.0 Changes since Git for Windows v2.12.2(2) (April 5th 2017) New Features * Comes with Git v2.13.0. * Comes with cURL v7.54.0. * Comes with Git LFS v2.1.0. Bug Fixes * As per Git LFS' convention, it is installed into the bin/ directory again. * Calling git add with an absolute path using different upper/lower case than recorded on disk will now work as expected instead of claiming that the paths are outside the repository. * Git for Windows no longer tries to determine the default printer. * When writing the Git index file, Git for Windows no longer has the wrong idea about the file's timestamp. * On Windows, absolute paths can start with a backslash (implicitly referring to the same drive as the current directory), and now git clone can use those paths, too.
-
v2.12.2.windows.27723f38c · ·
Git for Windows v2.12.2(2) Changes since Git for Windows v2.12.2 (March 27th 2017) New Features * Portable Git is now using a custom-built SFX that is based directly on 7-Zip's SFX. * Git LFS was upgraded to v2.0.2. * Updated the MSYS2 runtime to Cygwin 2.8.0. * Git LFS can now be disabled in the first installer page (users can still enable it manually, as before, of course). * Comes with Git Credential Manager v1.9.1. Bug Fixes * A potential crash in git status with lots of files was fixed. * Git LFS now gets installed into the correct location. * Git LFS is now configured correctly out of the box (unless disabled). * The http.sslCAInfo config setting is now private to the Git for Windows installation that owns the file. * git difftool -d no longer crashes randomly.
-
v2.12.2.windows.1212247dd · ·
Git for Windows v2.12.2 Changes since Git for Windows v2.12.1 (March 21st 2017) New Features * Comes with Git v2.12.2. * An earlier iteration of the changes speeding up the case-insensitive cache of file names was replaced by a new iteration.