Skip to content

Releases: microsoft/git

v2.45.2.vfs.0.2

02 Jul 11:20
Compare
Choose a tag to compare
v2.45.2.vfs.0.2 Pre-release
Pre-release

What's Changed

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

v2.45.2.vfs.0.1

06 Jun 17:46
Compare
Choose a tag to compare

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

  • Fix scalar cache-server --set ... on Linux #653
  • Fix mixed git reset when using virtual filesystem (again) #651

Full Changelog: v2.45.1.vfs.0.0...v2.45.2.vfs.0.1

v2.45.2.vfs.0.0

04 Jun 07:20
Compare
Choose a tag to compare
v2.45.2.vfs.0.0 Pre-release
Pre-release

Note: Please use v2.45.2/vfs.0.1 instead; This version has a bug that prevents git update-git-for-windows from working correctly.

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

  • Fix scalar cache-server --set ... on Linux #653
  • Fix mixed git reset when using virtual filesystem (again) #651

Full Changelog: v2.45.1.vfs.0.0...v2.45.2.vfs.0.0

v2.45.1.vfs.0.0

14 May 20:36
Compare
Choose a tag to compare
v2.45.1.vfs.0.0 Pre-release
Pre-release

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

  • Prevent potential segfault in scalar reconfigure --all #647
  • scalar: make GVFS Protocol a forced choice #648
  • build-installers: Update to actions/checkout v4 #649
  • Merge upstream fix for osx-gcc job #650

Full Changelog: v2.45.0.vfs.0.0...v2.45.1.vfs.0.0

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