Dear Git users, It is my pleasure to announce that Git for Windows 2.9.2 is available from: https://git-for-windows.github.io/ Changes since Git for Windows v2.9.0 (June 14th 2016) New Features • Comes with Git 2.9.2 (skipping the Windows release of Git 2.9.1 due to a regression caught by the automated tests). • Git Credential Manager was updated to v1.5.0. • The installer will now refuse to downgrade Git for Windows, unless the user assures that it is intended. • MinGit, the portable, non-interactive Git intended for third-party tools, is now also built as part of Git for Windows' official versions. Bug Fixes • When git bundle create is asked to create an empty bundle, it is supposed to error out and delete the corrupt bundle file. The deletion no longer fails due to an unreleased lock file. • When launching git help <command>, the help.browser config setting is now respected. • The title bar in Git for Windows' SDK shows the correct prefix again. • We no longer throw an assertion when using the git credential-store. • When configuring notepad as commit message editor, UTF-8 messages are now handled correctly. Filename | SHA-256 -------- | ------- Git-2.9.2-64-bit.exe | 006d971bcbe73cc8d841a100a4eb20d22e135142bf5b0f2120722fd420e166e5 Git-2.9.2-32-bit.exe | d8b5d67dc4859a05254f36e61dcc4bfcffd7e6201c940bb94fb2b502c5dd8e7c PortableGit-2.9.2-64-bit.7z.exe | 4319caf04f6e9b7bc4916660ce918e1d26cfc1c6ae5d19981d7ccab166117aca PortableGit-2.9.2-32-bit.7z.exe | d023e37c5e54d46900af4879e786ad107611ec9373fa348450fe844ab125a0a1 Git-2.9.2-64-bit.tar.bz2 | 292d897d54d864d4b819e25a9773d067310d7890014567cd8e44d2028c583102 Git-2.9.2-32-bit.tar.bz2 | b530185c69d9ae4758087de04da706d887e35b94a12e9c088324833818a06a46 Ciao, Johannes