Releases: microsoft/git
Releases · microsoft/git
v2.47.0.vfs.0.3
What's Changed
- Scalar now configures more efficient pushes by @dscho in #698
- ci: backport fix for
osx-*
6h timeouts by @dscho in #700 - pack-objects: allow --path-walk with --shallow by @derrickstolee in #699
Full Changelog: v2.47.0.vfs.0.2...v2.47.0.vfs.0.3
v2.47.0.vfs.0.2
What's Changed since v2.46.0.vfs.0.0
- Updated to Git 2.47.0
- Fix rare segfault in sparse-index #690
- Sparse Index: log why the index is being expanded #691
- path-walk: improve path-walk speed with many tags in #695
- Fix SSH hangs git-for-windows/msys2-runtime#75
Valuable Features from Git or Git for Windows
- Run
git config --global pack.usePathWalk true
to reduce the size of your data sent bygit push
. - Run
git repack -adf --path-walk
to shrink the size of your full clones. git diff-index
is now integrated with the sparse index.
v2.47.0.vfs.0.1
What's Changed
- path-walk: improve path-walk speed with many tags by @derrickstolee in #695
Full Changelog: v2.47.0.vfs.0.0...v2.47.0.vfs.0.1
v2.47.0.vfs.0.0
v2.46.2.vfs.0.1
What's Changed
Full Changelog: v2.46.2.vfs.0.1...v2.46.2.vfs.0.1
v2.46.2.vfs.0.0
What's Changed
- Added the experimental
git repack --full-name-hash
option (git-for-windows#5157) - Update to Git v2.46.2
Full Changelog: v2.46.1.vfs.0.0...v2.46.2.vfs.0.0
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-repack
maintenance 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_worktree
ingit checkout
andgit restore
by @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 restore
bug 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 survey
command to analyze (large) local repositories by @jeffhostetler in #667
Full Changelog: v2.45.2.vfs.0.1...v2.45.2.vfs.0.2