Dear Git users, I hereby announce that Git for Windows 2.29.0-rc1 is available from: https://github.com/git-for-windows/git/releases/tag/v2.29.0-rc1.windows.1 Changes since Git for Windows v2.28.0 (July 28th 2020) This version upgrades existing users of Git Credential Manager for Windows (which was just deprecated) to Git Credential Manager Core ("GCM Core", which is the designated successor of the former). This is necessary because GitHub deprecated password-based authentication and intends to remove support for it soon, and GCM Core is prepared for this change. Also, the option to override the branch name used by git init for the initial branch is now featured prominently in the installer. New Features * Comes with Git v2.29.0-rc1. * Comes with cURL v7.72.0. * Comes with MSYS2 runtime (Git for Windows flavor) based on Cygwin 3.1.7. * Comes with Git LFS v2.12.0. * Comes with GNU Privacy Guard v2.2.23. * Comes with OpenSSL v1.1.1h. * Comes with libcbor v0.8.0. * Comes with libfido2 v1.5.0. * Comes with OpenSSH v8.4p1. * Comes with Git Credential Manager Core v2.0.252.766. * Existing Git Credential Manager for Windows users are now automatically upgraded to Git Credential Manager Core. * Git for Windows' installer learned to let users override the default branch used by git init. * The installer size was reduced by dropping a couple unneeded .dll files. Bug Fixes * The credential helper selector (used as default credential helper in the Portable Git) now persists the users choice correctly again. * The full command-lines of MSYS2 processes (such as cp.exe) spawned from Git's Bash can now be seen in sysmon, wmic etc by default. * A bug preventing Unicode characters from being used in the window title of Git Bash was fixed. * OpenSSH was patched to no longer warn about an "invalid format" when private and public keys are stored separately. * Non-ASCII output of paged Git commands is now rendered correctly in Windows Terminal. * It is now possible to use wordpad.exe as Git's editor of choice. * When using Git via the "Run As..." function, it now uses the correct home directory. * The Git Bash prompt now works even after calling set -u. * Git for Windows can now be installed even with stale AutoRun registry entries (e.g. left-overs from a Miniconda installation). Git-2.29.0-rc1-64-bit.exe | fbf5f1417554aad85581717aa706ae3576af133f201259624ead248f12fc76ff Git-2.29.0-rc1-32-bit.exe | 36a1d5258876acdeb4c6eca4a80fdf707ddebbef253f8979d8c7252935bc77f5 PortableGit-2.29.0-rc1-64-bit.7z.exe | 9df5265d082e07b39b86d65530fc545987ac1ea7cb24794ab04444c5129aa597 PortableGit-2.29.0-rc1-32-bit.7z.exe | 08fbb7c1df62da5237bf72af6201b51fd03f8311af9ff8029964e2f21bc1d7fb MinGit-2.29.0-rc1-64-bit.zip | f5746f9c4f5a9658439c7017b8c38ff272c52f6c6738ac094fc60e1910f19af4 MinGit-2.29.0-rc1-32-bit.zip | 02e44aec2181dfefdec464b51c245092a19e5b44b8d5a1fcfb0fd476d255965b MinGit-2.29.0-rc1-busybox-64-bit.zip | 936b908c3e96247af686e231171919047ebc619b01d2225225ca2c5a85316780 MinGit-2.29.0-rc1-busybox-32-bit.zip | f39162ab626c4114d25c64c5b4d43977de7cbe76501c79ebc8b8acea36a7e837 Git-2.29.0-rc1-64-bit.tar.bz2 | 873c42a8424f6c148f772dc1949b839822bdb16e2f615edc12b3211fc4a24ac6 Git-2.29.0-rc1-32-bit.tar.bz2 | cd5608154fcdf0198e2d8c8b1e83e76d9e878f75424e58bf9b130e772f93cdd7 Ciao, Johannes