Documentation
- improve docs to make clear they need repo-relative slash separated paths.
New Features
- greatly improve the index
Filedebug output.
This allows tests to rely on it more with insta, and not miss a thing.
Bug Fixes
- correctly decode untracked extension
- Fix ctime/mtime flip in stat decoding
- Fix incomplete decoding to mirror git, with associated ported git test
Commit Statistics
- 29 commits contributed to the release over the course of 28 calendar days.
- 28 days passed between releases.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #2591 from AaronMoat/untracked-extension-reading (85c6087)
- Greatly improve the index
Filedebug output. (e4bdd1f) - Stabilize UNTR fixture stat times (69d644e)
- Review (7f4d492)
- Correctly decode untracked extension (08f22e5)
- Merge pull request #2590 from GitoxideLabs/independent-testtools (575113d)
- Adapt to changes in
gix-testtools(ce9e6bd) - Merge pull request #2582 from GitoxideLabs/fix/gix-index-tree-write-overflow (a0a3acb)
- Avoid TREE extension write overflow (f6f74e0)
- Merge pull request #2573 from cruessler/run-gix-traverse-tests-with-sha-256 (278d7ec)
sha1andsha256forwardings for all crates (09b982c)- Merge pull request #2575 from SarthakB11/fix/issue-2316 (4743361)
- Review (1980190)
- Document why each fixture archive is .gitignored (e3d5a04)
- Merge pull request #2568 from GitoxideLabs/dependabot/cargo/cargo-56d6b174d8 (ab2fee1)
- Update crates to Rust 2024 edition (2cb17b2)
- Remove rust_2018_idioms lint declarations (e10d5f6)
- Raise MSRV for hash dependency updates (3675a8d)
- Bump the cargo group across 1 directory with 10 updates (4c77f81)
- Merge pull request #2559 from GitoxideLabs/fix/symlink-prefix-reuse-worktree-escape-GHSA-f89h-2fjh-2r9q (3af9b4a)
- Release gix-fs v0.21.1 (d3e4c17)
- Address auto-review (1d9bae2)
- Document vulnerability of
State::from_tree()(f3cc6b9) - Add `State::from_tree()`` benchmark coverage (05f36c4)
- Merge pull request #2543 from cruessler/run-gix-worktree-stream-tests-with-sha-256 (23af41a)
- Adapt to changes in
gix-testtoolsand renamehash_kind->object_hash(d9648e8) - Merge pull request #2555 from GitoxideLabs/index-docs (048e8df)
- Improve docs to make clear they need repo-relative slash separated paths. (7a426e7)
- Merge pull request #2546 from GitoxideLabs/fix-2545 (adb8328)