Releases: git-for-windows/git
Releases · git-for-windows/git
v2.11.1.windows-prerelease.2
This is a prerelease.
Git for Windows 2.11.0(3)
Changes since Git for Windows v2.11.0(2) (January 13th 2017)
Bug Fixes
- Fixed an off-by-two bug in the POSIX emulation layer that possibly affected third-party Perl scripts that load native libraries dynamically.
- A regression in
rebase -i
, introduced into v2.11.0(2), which caused commit attribution to be mishandled after resolving conflicts, was fixed.
Filename | SHA-256 |
---|---|
Git-2.11.0.3-64-bit.exe | c3897e078cd7f7f496b0e4ab736ce144c64696d3dbee1e5db417ae047ca3e27f |
Git-2.11.0.3-32-bit.exe | dff9bec9c4e21eaba5556fe4a7b1071d1f18e3a8b9645bffb48fda9eaee37e62 |
PortableGit-2.11.0.3-64-bit.7z.exe | 41a4ab3a1f0c88a3254b5a30d49c0c6e4ef06c204ddce53e23fc15d6e56f8d24 |
PortableGit-2.11.0.3-32-bit.7z.exe | 8bf3769c37945e991903dd1b988c6b1d97bbf0f3afc9851508974f38bf94dc01 |
MinGit-2.11.0.3-64-bit.zip | bf3714e04bcbafb464353235a27c328c43d40568d6b2e9064f1a63444b8236c5 |
MinGit-2.11.0.3-32-bit.zip | db05d5e98ef1017dd07f27fa4641dc8c0d66ba09da5a196ef656e7f1d7c078e2 |
Git-2.11.0.3-64-bit.tar.bz2 | 65296c54f0b8294374547cc6a169d6ea95178e12dee04cd2d4632f39d8fe7852 |
Git-2.11.0.3-32-bit.tar.bz2 | 0f0e2f78fc9b91d6c860eb7de742f3601b0ccd13c5c61444c7cf55b00bcb4ed4 |
Git for Windows 2.11.0(2)
Changes since Git for Windows v2.11.0 (December 1st 2016)
New Features
- Reading a large index has been speeded up using pthreads.
- The
checkout
operation was speeded up for the common cases. - The
status
operation was made faster in large worktrees with many changes. - The
diff
operation saw performance improvements when working on a huge number of renamed files. - PuTTY's
plink.exe
can now be used inGIT_SSH_COMMAND
without jumping through hoops, too. - The MSYS2 runtime was synchronized with Cygwin 2.6.1.
Bug Fixes
- Non-ASCII characters are now shown properly again in Git Bash.
- Implicit NTLM authentication works again when accessing a remote repository via HTTP/HTTPS without having to specify empty user name and password.
- Our
poll()
emulation now uses 64-bit tick counts to avoid the (very rare) wraparound issue where it could miscalculate time differences every 49 days. - The
--no-lock-index
option ofgit status
is now also respected also in submodules. - The regression of v2.11.0 where Git could no longer push to shared folders via UNC paths is fixed.
- A bug in the MSYS2 runtime where it performed POSIX->Windows argument conversion incorrectly was fixed.
- The MSYS2 runtime was prepared to access the
FAST_CWD
internal data structure in upcoming Windows versions. - Fixed a bug in the experimental builtin difftool where it would not handle copied/renamed files properly.
Filename | SHA-256 |
---|---|
Git-2.11.0.2-64-bit.exe | c7c6f8ba88a6da491117e03df559abd0fece1352f40d8b2d9bffc9c6c12c5800 |
Git-2.11.0.2-32-bit.exe | f7862331c994072402f9d7f03a4a6e2caec8ce0e91581ffbc6114631e920d9c9 |
PortableGit-2.11.0.2-64-bit.7z.exe | d4de119186bd63535fb792d73437cd0e2eb640ad50572ef7e04013f96aa70270 |
PortableGit-2.11.0.2-32-bit.7z.exe | 1f871552d1736bf86b08f81a55a29ff5aba9943d3c77b16294bdffca8c066f09 |
MinGit-2.11.0.2-64-bit.zip | 77558f381d21175dc017e90bc9cab90c8850bff6348a7dd112780f4f1f256449 |
MinGit-2.11.0.2-32-bit.zip | 23167f05f1274e169d42677a99bbc3e03e879250c71d5dcce6b0fbf3164013b8 |
Git-2.11.0.2-64-bit.tar.bz2 | 28d6d35db9f706c0439a55183ff68d9bbef9b67d66b11ada3775b2492a1d67bb |
Git-2.11.0.2-32-bit.tar.bz2 | 592bbfd08c91b5fc826116b0ee29d9949e8e95b3094b81f0d1acea045e98fb64 |
v2.11.1.mingit-prerelease.1: This is a MinGit-only preview to help testing experimental features
v2.11.1.mingit-prerelease.1: This is a MinGit-only preview to help testing experimental features
Pre-release
Pre-release
In particular, the GIT_REDIRECT_STD* feature that allows redirecting the standard handles to, say, named pipes, is a feature that should benefit from wider testing before entering Git for Windows proper (but still as an experimental feature).
v2.11.1.windows-prerelease.1
This is a prerelease.
prerelease-v2.11.0.windows.1.1
Pre-release to test fixes for #981 and #987
Git for Windows 2.11.0
Changes since Git for Windows v2.10.2 (November 2nd 2016)
New Features
- Comes with Git v2.11.0.
- Performance of
git add
in large worktrees was improved. - A new, experimental, builtin version of the difftool is available as an opt-in feature.
- Support has been added to generate project files for Visual Studio 2010 and later.
Bug Fixes
- The preload-index feature now behaves much better in conjunction with sparse checkouts.
- When encountering a symbolic link, Git now always tries to read it, not only when
core.symlinks = true
. - The regression where Git would not interpret non-ASCII characters passed from a CMD window correctly has been fixed.
- Performance of the cache of case-insensitive file names has been improved.
- When building with MS Visual C, release builds are now properly optimized.
git cvsexportcommit
now also works with CVSNT.- Git's Perl no longer gets confused by externally-set
PERL5LIB
. - The uninstaller no longer leaves an empty
Git\mingw64
folder behind. - The installer now actually records whether the user chose to enable or disable the Git Credential Manager.
- A certain scenario that could cause a crash in cherry-pick no longer causes that.
Filename | SHA-256 |
---|---|
Git-2.11.0-64-bit.exe | fd1937ea8468461d35d9cabfcdd2daa3a74509dc9213c43c2b9615e8f0b85086 |
Git-2.11.0-32-bit.exe | 2a6083479538c4fe454336660fce96346ee3cf46f99ce08a666d4635539239d7 |
PortableGit-2.11.0-64-bit.7z.exe | a86cc4babfe204cc91408053b517827b4a93e6c659b85ab30910eda0e38bfc19 |
PortableGit-2.11.0-32-bit.7z.exe | fccec9350c1cb58a5e6d84d307d4f9f43ab9d58d93c8de67056416539d199002 |
MinGit-2.11.0-64-bit.zip | f31b0135e11e425555fb34779da3345ce8d32490fdd0a33b6f5ae8d74bae20b6 |
MinGit-2.11.0-32-bit.zip | 48e363cb6ce867a8004056a95da57f7c330ab79dbd26e4895c2aaeb4aec3b3a0 |
Git-2.11.0-64-bit.tar.bz2 | e62263ff734dbb071819dfcc33e9f443f9a445cde54d0102f6d164d5df5ece6c |
Git-2.11.0-32-bit.tar.bz2 | 43dda49d4c7305d18b9f0612f66ba096ca2881a8ebf7b41cfb358d9a05fedef9 |
v2.11.0-rc3.windows.1
Prerelease of v2.11.0-rc3.windows.1
v2.11.0-rc2.windows.1
Prerelease of v2.11.0-rc2.windows.1
v2.11.0-rc1.windows.1
Prerelease of v2.11.0-rc1.windows.1