Skip to content

Releases: microsoft/git

v2.45.0.vfs.0.0

29 Apr 23:08
Compare
Choose a tag to compare

This release of microsoft/git includes all changes from upstream Git v2.45.0, Git for Windows v2.45.0.windows.1, and microsoft/git
v2.44.0.vfs.0.2. Additionally, the following changes are included:

  • Fix sparse-checkout crash due to custom virtual filesystem patches by @derrickstolee in #639
  • libcurl 8.7 regression workaround by @dscho in #640
  • builtin/clone: allow remote helpers to detect repo by @dscho in #641
  • For each repo stop on error by @dscho in #642

Full Changelog: v2.44.0.vfs.0.2...v2.45.0.vfs.0.0

v2.44.0.vfs.0.2

27 Mar 19:13
105fa1d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.