-
-
-
v2.11.0-rc0.windows.28126884a · ·
Second preview of Git for Windows v2.11.0 release candidate 0 This reflects Git for Windows' current `master`, this time *really* rebased to upstream Git's v2.11.0-rc0 (the earlier preview was incorrect, as noticed by Lars Schneider)..
-
v2.11.0-rc0.windows.12fecfa0d · ·
Preview: Git for Windows v2.11.0 release candidate 0 This reflects Git for Windows' current `master`, rebased to upstream Git's v2.11.0-rc0.
-
v2.10.2.windows.14614c34d · ·
Git for Windows v2.10.2 Changes since Git for Windows v2.10.1(2) (October 13th 2016) New Features • Comes with Git v2.10.2. • Git for Windows can now be built easily with Visual C++ 2015. • Comes with Git Credential Manager v1.8.0. • The installer now logs post-install errors more verbosely. • A new option asks the installer to skip installation if Git's files are in use. • There is now an explicit option for symbolic link support, including a link to a more verbose explanation of the issue. Bug Fixes • when upgrading Git for Windows, SSH agent processes are now auto-terminated. • When trying to install/upgrade on a Windows version that is no longer supported, we now refuse to do so.
-
v2.10.1.windows.26a6c0e84 · ·
Git for Windows v2.10.1(2) This is a intermediate, MinGit-only version. Changes since Git for Windows v2.10.1 (October 4th 2016) New Features • The speed of the SHA-1 calculation was improved by using OpenSSL's routines which leverages features of current Intel hardware. • The git reset command learned the (still experimental) --stdin option.
-
v2.10.1.windows.1
Git for Windows v2.10.1 Changes since Git for Windows v2.10.0 (September 3rd 2016) New Features • Comes with Git v2.10.1. • Comes with Git Credential Manager v1.7.0. • We now produce nice diffs for .docm and .dotm files, just as we did for .docx files already. Bug Fixes • The icon in the Explorer integration ("Git Bash Here"), which was lost by mistake in v2.10.0, is back. • Fixed a crash when calling git diff -G<regex> on new-born files without configured user diff drivers. • Interactive GPG signing of commits and tags was fixed. • Calling Git with --date=format:<invalid-format> no longer results in an out-of-memory but reports the problem and aborts instead. • Git Bash now opens properly even for Azure AD accounts. • Git GUI respects the commit.gpgsign setting again.
-
-
v2.10.0.windows.11f448f56 · ·
Git for Windows v2.10.0 Changes since Git for Windows v2.9.3(2) (August 25th 2016) New Features • Comes with Git v2.10.0. • The git rebase -i command was made faster by reimplementing large parts in C. • After helping the end-users to use the new defaults for PATH and FSCache, the installer now respects the saved settings again. • git version --build-options now also reports the architecture. Bug Fixes • When upgrading Git for Windows, the installer no longer opens a second window while uninstalling the previous version. • Git for Windows' SDK can build an installer out of the box again, without requiring an extra package to be installed.
-
v2.9.3.windows.3c465e110 · ·
Preview of Git for Windows v2.10.0 The two biggest changes are: - the git-wrapper was backed out from Git for Windows' git.git fork, as it is too specific to Git for Windows' setup and not specific to Git. - the interactive rebase was accelerated by reimplementing large parts of its functionality in C.
-
v2.9.3.windows.2f080fe71 · ·
Git for Windows v2.9.3(2) Changes since Git for Windows v2.9.3 (August 13th 2016) New Features • Comes with Git Credential Manager v1.6.1. • The feature introduced with Git for Windows v2.9.3 where cat-file can apply smudge filters was renamed to --filters and made compatible with the --batch mode (the former option name --smudge has been deprecated and will go away in v2.10.0). • Comes with OpenSSH 7.3p1. • Git's .exe files are now code-signed, helping with performance when being run with Windows File Protection.