v2.47.0.vfs.0.2
github-actions
released this
11 Oct 09:54
·
15 commits
to vfs-2.47.0
since this release
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.