MIME-Version: 1.0 Fcc: Sent Dear Git users, It is my pleasure to announce that Git for Windows 2.11.0(2) is available from: https://git-for-windows.github.io/ 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 in GIT_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 of git 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 Ciao, Johannes