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
add gix status --index-worktree-renames
This enables rename-tracking between worktree and index, something
that Git also doesn't do or doesn't do by default.
It is, however, available in git2.
describing commits can now be done with conditional dirty-suffix using commit::describe::Resolution::format_with_dirty_suffix()
add Repository::is_dirty()
The simplest way to learn if the repository is dirty or not.
Add Submodule::status() method.
That way it's possible to obtain submodule status information,
with enough information to implement git status-like commands.
add Status iterator.
We also move the IndexPersistedOrInMemory type to the worktree module
as its more widely useful.
New Features (BREAKING)
diff::resource_cache() now takes the attribute stack directly.
That way, the constructor becaomes more versatile as the user can chose
to pass attribute stacks that have more functionality, and thus can be
used in more places.
Commit Statistics
15 commits contributed to the release over the course of 10 calendar days.