Skip to content

Releases: microsoft/git

v2.44.0.vfs.0.2

27 Mar 19:13
105fa1d

Choose a tag to compare

This release updates MacOS universal binaries to dynamically link to the version of libcurl installed on the system, rather than from a Homebrew installation.

What's Changed

Full Changelog: v2.44.0.vfs.0.1...v2.44.0.vfs.0.2

v2.44.0.vfs.0.2.rc0

26 Mar 16:00

Choose a tag to compare

v2.44.0.vfs.0.2.rc0 Pre-release
Pre-release

This is a candidate prerelease for v2.44.0.vfs.0.2.

The only change is in how we dynamically link to libcurl. This version links to the OS-supplied libraries. The previous release linked to a Homebrew library on ARM64 that may not be present on some users machines.

Full Changelog: v2.44.0.vfs.0.1...v2.44.0.vfs.0.2.rc0

v2.44.0.vfs.0.1

21 Mar 19:37

Choose a tag to compare

v2.44.0.vfs.0.1 Pre-release
Pre-release

NOTE: the MacOS universal binary relies on Homebrew libcurl. If you do not have libcurl installed via Homebrew, do not install this version.

What's Changed

Full Changelog: v2.43.0.vfs.0.0...v2.44.0.vfs.0.1

v2.44.0.vfs.0.0

28 Feb 00:05

Choose a tag to compare

v2.44.0.vfs.0.0 Pre-release
Pre-release

This release of microsoft/git includes all changes from upstream Git v2.44.0, Git for Windows v2.44.0.windows.1, and microsoft/git
v2.43.0.vfs.0.0.

Apart from upstream changes, there have been no updates to microsoft/git since v2.43.0.vfs.0.0.

v2.43.0.vfs.0.0

20 Nov 23:00

Choose a tag to compare

This release of microsoft/git includes all changes from upstream
Git v2.43.0, Git for Windows v2.43.0.windows.1, and microsoft/git
v2.42.0.vfs.0.3.

Pull requests since v2.42.0.vfs.0.3

  • #616: Redact unsafe URLs in the Trace2 output
  • #612: Create universal binaries on macos

v2.43.0.vfs.0.0.rc0 (MacOS ARM64 support prerelease)

08 Nov 20:55

Choose a tag to compare

This prerelease is intended for early testing of the attached MacOS/ARM64 universal binary artifacts.

Includes Git for Windows v2.43.0-rc0.windows.1.

v2.42.0.vfs.0.3 (hotfix for sparse-checkout crashes)

20 Sep 22:32
00315c6

Choose a tag to compare

This version fixes a bug that triggered occasional crashes in git sparse-checkout commands like set, reapply, etc. The issue arose in the v2.41.0.vfs.0.X releases, the most recent full release being v2.41.0.vfs.0.5. If you are currently using any of those versions, it is recommended that you upgrade to avoid the error.

Pull requests since v2.41.0.vfs.0.5

  • #607: Fix sparse-checkout set crashes

v2.42.0.vfs.0.2 (hotfix for slow Git Bash startup and install locations with non-ASCII characters in the path)

31 Aug 20:07
6d120bf

Choose a tag to compare

This version addresses problems when running Git Bash (or paged Git commands like git log) on a domain-joined machine that has no, or slow, connection to the domain controller.

It also fixes a problem where installing Git inside the user profile causes problems with git fetch/git push when the user profile's path contains non-ASCII characters.

v2.42.0.vfs.0.1 (Hotfix for index-pack bug)

29 Aug 15:45
dd2d7ed

Choose a tag to compare

This version fixes the bug in git index-pack that was causing issues with VFS for Git enlistments. Other than that fix, the release is the same as v2.42.0.vfs.0.0.

This release of microsoft/git includes all changes from upstream Git v2.42.0, Git for Windows v2.42.0.windows.1, and microsoft/git v2.41.0.vfs.0.5.

v2.41.0.vfs.0.5 (Hotfix for index-pack bug)

28 Aug 18:22
304f0a3

Choose a tag to compare

This version fixes the bug in git index-pack that was causing issues with VFS for Git enlistments. Other than that fix, the release is the same as v2.41.0.vfs.0.4, whose release notes are copied below:


This release of microsoft/git includes all changes from Git for Windows v2.41.0.windows.3 and microsoft/git v2.41.0.vfs.0.3.

This version includes fixes to:

  1. simplify progress output during prefetch where git index-pack and gvfs-helper could both display progress.
  2. schedule background maintenance on a random minute rather than at the top of the hour to diffuse load on the GVFS Cache Servers.
  3. prevent maintenance background tasks from trying to raise a credential prompt and block the task.

This version also updates Git Credential Manager to v2.3.2.