Releases: microsoft/git
Releases · microsoft/git
v2.47.1.vfs.0.1
What's Changed
- Improve compression during the push by ensuring deltas are recalculated by @derrickstolee in #707
- Avoid 'dubious ownership' error with admins running with a non-elevated token by @dscho in #712
- Windows ARM64 builds are available by @mjcheetham in #713
Full Changelog: v2.47.1.vfs.0.0...v2.47.1.vfs.0.1
v2.47.1.vfs.0.0
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