Re: [ANNOUNCE] Git for Windows 2.32.0(2)
From: Junio C Hamano <hidden>
Date: 2021-07-06 22:04:33
Johannes Schindelin [off-list ref] writes:
Dear Git users,
I hereby announce that Git for Windows 2.32.0(2) is available from:
https://gitforwindows.org/
Changes since Git for Windows v2.32.0 (June 7th 2021)
New Features
* The Windows Terminal profile is now identified by a GUID, for more
robust customization.
* Comes with GNU Privacy Guard v2.2.28.
* Comes with Git Credential Manager Core v2.0.475.64295.
* Access to remote HTTPS repositories that requires client
certificates can be enabled. This is now necessary because cURL no
longer sends client certificates by default.
Bug Fixes
* The built-in file system watcher could hang in some scenarios. This
was fixed.
* Remote HTTPS repositories could not be accessed from within
portable Git installed into a network share. This has been fixed.
* When scrolling in the pager (e.g. in the output of git log), lines
were duplicated by mistake. This was fixed.
* The git subtree command was completely broken in the previous
release, and was fixed.
* A bug was fixed where remote operations appeared to hang (but were
waiting for user feedback on a hidden Console).
* A bug was fixed where the experimental built-in file system watcher
had a problem with worktrees whose paths had non-ASCII characters.Nice. Thanks.