Skip to content

gitoxide

vgix-status-v0.32.0 scope: gix-status Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 1mo Version Control
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

blazingly-fast built-with-rust cli git version-control

Summary

AI summary

Updates Commit Details, Commit Statistics, and Performance across a mixed release.

Full changelog

Performance

  • check should_interrupt per entry in index_as_worktree.
    The interrupt flag was only checked at chunk boundaries (~500 entries, 'just
    like git'), so an in-flight chunk ran to completion even after interruption was
    requested. Check it per entry instead.

    This makes an interrupted status responsive instead of waiting up to a chunk,
    and in particular lets the background index-vs-worktree scan that
    Repository::is_dirty() leaves running (after it early-returns on the first
    change) wind down promptly. On a 50k-file repo with a dirty worktree, a tight
    is_dirty() loop drops from ~49ms to ~35ms by not letting those background
    scans pile up. The added cost is one Relaxed atomic load per entry; clean and
    uninterrupted scans are unaffected (measured within noise).

Commit Statistics

  • 7 commits contributed to the release over the course of 27 calendar days.
  • 27 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #2635 from GitoxideLabs/dependabot/cargo/cargo-7b971a5e8c (155ff6d)
    • Bump the cargo group with 40 updates (9402adc)
    • Merge pull request #2631 from sharifhsn/perf/is-dirty-fast-path (19e4330)
    • Check should_interrupt per entry in index_as_worktree. (01d1aaa)
    • Merge pull request #2598 from cruessler/run-gix-index-tests-with-sha-256 (b5b2d54)
    • Review (bc4064c)
    • Merge pull request #2618 from GitoxideLabs/report (f7d4f33)

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track gitoxide

Get notified when new releases ship.

Sign up free

About gitoxide

An idiomatic, lean, fast & safe pure Rust implementation of Git

All releases →

Related context

Related tools

Earlier breaking changes

  • vgix-v0.84.0 Allow checkouts of empty repositories; `destination_must_be_empty` becomes `Option<bool>`
  • vgix-worktree-stream-v0.33.0 Changes API of `Stream::add_entry_from_path` to require `hash_kind` argument.
  • vgix-object-v0.61.0 Renames `Data::hash_kind` to `Data::object_hash` for consistency.

Beta — feedback welcome: [email protected]