Hi, On Mon, 29 Jul 2019, Junio C Hamano wrote: > An early preview release Git v2.23.0-rc0 is now available for > testing at the usual places. It is comprised of 420 non-merge > commits since v2.22.0, contributed by 62 people, 23 of which are > new faces. > > The tarballs are found at: > > https://www.kernel.org/pub/software/scm/git/testing/ And a corresponding Git for Windows v2.23.0-rc0 can be found here: https://github.com/git-for-windows/git/releases/tag/v2.23.0-rc0.windows.1 Please test! One (slightly annoying) issue I found already is that a `git log` will print out a blurb about `log.mailmap`, but most of the time, you cannot see it because the actual output of `git log` is shown in the pager. I plan on working around this by setting `log.mailmap = true` in Git for Windows' system config. Ciao, Johannes