VFS for Git 1.0.19052.1
Pre-release
Pre-release
·
1700 commits
to releases/shipped
since this release
New Features:
- Upgrade supports NuGet feeds as a distribution source.
- Post-index-change hook will help ensure consistency between Git and VFS for Git's reckoning of the state of the repository, and eliminate a class of bugs.
- VFS for Git now supports anonymous access for public repositories.
gvfs prefetch
learned how to take --files-list.
Performance and Reliability
- "Sparse" push algorithm should improve performance of pushes where only a small cone of a repository is modified.
- Multi-threaded index reads will improve load time of large .git/index
- Built-in
git rebase
is on by default. - No-op
gvfs prefetch --hydrate
performance is dramatically improved - Commit-graph and multi-pack-index are validated after writing to eliminate corruption scenarios
- Multiple mount process reliability bugs have been squashed.
- VFS for Git will performance maintenance in the background. This release will pack loose objects in .gvfsCache into packfiles.
General Improvments
- Log files now include UTC offset.
- Other bug fixes
Please see the full change log.