Releases: microsoft/git
v2.46.1.vfs.0.0
What's Changed
- Update Ubuntu/Debian steps to use sudo where required (#680)
- Update to Git v2.46.1
Full Changelog: v2.46.1.vfs.0.0...v2.46.1.vfs.0.0
v2.46.0.vfs.0.0
What's Changed
- Fix regression in
incremental-repackmaintenance step by revertingb7d6f23(#678) - Add advice message when expanding spare index (#678)
- Update readme about installing on older Ubuntu distributions (#677)
Full Changelog: v2.45.2.vfs.0.3...v2.46.0.vfs.0.0
v2.45.2.vfs.0.3
What's Changed
- revert change to
ignore_skip_worktreeingit checkoutandgit restoreby @derrickstolee in #674
Full Changelog: v2.45.2.vfs.0.2...v2.45.2.vfs.0.3
v2.45.2.vfs.0.2
What's Changed
- Fix a
git restorebug where it would fail with "did not match any file(s) known to git" by @derrickstolee in #658 - Avoid putting GVFS packs into the local object directory of Scalar clones instead of shared object directory by @derrickstolee in #660
- README: adjust the currently-broken GVFS Protocol link by @dscho in #661
git status: print hydration level by @jeffhostetler in #659microsoft/git's release builds now use the Azure Federated login mechanism by @mjcheetham in #662- trace2: help diagnosing problems when telemetry misses events by @jeffhostetler in #663
- Avoid a costly fall-back when GVFS cache servers experience network problems by @derrickstolee and @jeffhostetler in #665
- Add the experimental
git surveycommand to analyze (large) local repositories by @jeffhostetler in #667
Full Changelog: v2.45.2.vfs.0.1...v2.45.2.vfs.0.2
v2.45.2.vfs.0.1
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 resetwhen 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
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 resetwhen 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
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
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
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
- jeffhostetler/native-curl by @jeffhostetler in #636
Full Changelog: v2.44.0.vfs.0.1...v2.44.0.vfs.0.2
v2.44.0.vfs.0.2.rc0
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