Bug Fixes
- Correctly use
$COMMON_DIR/info/excludeto make excludes work in worktrees.
It turns out there is no per-worktree excludes file either. - make
statuswork despite broken or invalid symlinks.
Related to gitbutlerapp/gitbutler#12399
Chore (BREAKING)
- Upgrade
prodashandcrosstermionto the latest version.
This will fix thecargo denyissue as it brings in a newerlrucrate.
New Features (BREAKING)
- encode shallow commit lists as non-empty, and introduced
nonemptyingix-protocol - model merge-bases as a non-empty type in
gix-revisionandgix-merge
Adaptgixaccordingly (even though it's nonbreaking).
Commit Statistics
- 9 commits contributed to the release over the course of 10 calendar days.
- 12 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 #2440 from GitoxideLabs/improvements (93f39fb)
- Make
statuswork despite broken or invalid symlinks. (94b35a1) - Merge pull request #2433 from GitoxideLabs/codex/nonempty-rewrite (29040a8)
- Adopt to changes related to the introduction of
nonempty. (e033441) - Encode shallow commit lists as non-empty, and introduced
nonemptyingix-protocol(78b0a6f) - Model merge-bases as a non-empty type in
gix-revisionandgix-merge(231fda4) - Merge pull request #2377 from cruessler/add-sha-256-to-gix-commitgraph (228caf7)
- Use
GIX_TEST_FIXTURE_HASHforgix-commitgraphandgix-pack. (d51b858) - Merge branch 'release' (9327b73)