Skip to content

v2.33.0.vfs.0.1 (Sparse Index Early Version)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 14:25
· 220 commits to vfs-2.33.0 since this release
b713582

This pre-release is an early release that includes several integrations with the sparse index.

Major Updates

  • The sparse index is enabled by default.
  • The untracked cache is enabled by default on Windows. (It was already enabled by default on other platforms.)
  • The sparse index now integrates with these commands:
    • git add
    • git checkout
    • git cherry-pick
    • git commit
    • git diff
    • git merge
    • git rebase
    • git reset
    • git sparse-checkout
    • git status

Pull Requests

  • #409: Fix cURL linking issue.
  • #410: Sparse Index: latest integrations
  • #414: Make sparse index the default
  • #416: Anticipate future VS versions in the release workflow
  • #422: Remove Ubuntu 16.04 from test matrix
  • #421: Sparse index: integrate with the sparse-checkout builtin
  • #415: scalar: enable untracked cache unconditionally
  • #417: Sparse Index: git reset
  • #419: diff: enable and test the sparse index