Please note that this release contains a security fix originally implemented in gix-transport via this PR which prevents ssh options to be smuggled into the ssh command-line invocation with a username provided to a clone or fetch URL.
into_index_worktree_iter() now takes an iterator, instead of a Vec.
This makes the API more consistent, and one can pass None
as well.
show submodules in status independently of their active state.
Even inactive submodules are shown in the status by git status,
so gix should do the same.
forward curl rustls feature from gix-transport to avoid curl in gix.
This removes the curl dependency just for configuring it, and removes
a hazard which became evident with reqwest.
Bug Fixes (BREAKING)
Make topo more similar to Ancestors, but also rename Ancestors to Simple
Commit Statistics
16 commits contributed to the release over the course of 20 calendar days.
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.
gix status with submodule and rewrite support.
Submodule changes are now picked up as long as the submodule is
in the index.
Further, it's possible to enable rename-tracking between
index and worktree separately.
add gix is-clean|is-changed
It's a good way to compare the time it takes to run a full status
compared to a quick is-dirty check.
gix submodules list --dirty-suffix for dirty-information
This is a submodule-centric and greatly simplified way of obtaining
describe information with dirty-suffix.
Note that status information is also possible, but it seems
hard to display nicely, which this command isn't great at
in the first place.
add gix commit describe --dirty-suffix
That way a suffix will be added depending on the dirty-state of the repository.
Commit Statistics
11 commits contributed to the release over the course of 34 calendar days.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on gix to permit the latest version.
Release notes
Sourced from gix's releases.
... (truncated)
Changelog
Sourced from gix's changelog.
... (truncated)
Commits
095c673
Release gix-trace v0.1.9, gix-utils v0.1.12, gix-packetline-blocking v0.17.4,...5755271
prepare changelogs prior to releasea5751bc
useu8
forWalkFlags
in the hopes that this can save memory.1f6c8ab
improve documentation of Topological DateOrder sorting and add baseline test ...1272542
Merge branch 'strange-usernames'996310b
refactorgix-transport
with minor edits to comments09311b0
refactorgix-url
03fb64a
(Re)add a short, more specific comment about user@cf59f57
UseUrl::host_as_argument()
inssh::connect()
902367f
Test that leading--
host names aren't used in-G
checkDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show