You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly use $COMMON_DIR/info/exclude to make excludes work in worktrees.
It turns out there is no per-worktree excludes file either.
Differentiate between core.bare being known or not.
This allows Repository::is_bare() to only make assumptions based
on the configuration value, which is what Git does.
Chore (BREAKING)
Upgrade prodash and crosstermion to the latest version.
This will fix the cargo deny issue as it brings in a newer lru crate.
Bug Fixes (BREAKING)
Improve Repository::kind() for better classification
Previously it wasn't clear what it really is as it chose the wrong
categories.
New Features (BREAKING)
gix-error instead of thiserror
gix-error instead of thiserror
Commit Statistics
21 commits contributed to the release over the course of 18 calendar days.