Skip to content

GCM 2.7.3

Latest

Choose a tag to compare

@mjcheetham mjcheetham released this 10 Mar 19:51
· 15 commits to main since this release

Announcements:

Note

This is planned to be the last release major release that supports Windows 7 and 8.x. We will be moving off of .NET Framework to .NET (Core) on Windows this year.

Changes:

  • Emit new warning when Git has built-in NTLM support disabled.

    As part of the fix for CVE-2025-66413, Git for Windows now disables built-in NTLM support by default.
    Only if http.allowNTLMAuth is explicitly enabled will Git use NTLM authentication.

    GCM will now display a warning message when it detects this scenario and presents options for re-enabling NTLM.