Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2025

Bumps the gix group with 2 updates: gix and gix-features.

Updates gix from 0.75.0 to 0.76.0

Release notes

Sourced from gix's releases.

gix v0.76.0

New Features

  • respect the :(optional) prefix when interpolating paths via ConfigSnapshot::trusted_path(). Optional, but non-existing paths are now returned as None.

Bug Fixes (BREAKING)

  • expose raw commit/tag actor headers for round-tripping. Note that this means you have to call CommitRef::commiter|author()? and TagRef::tagger()? instead of assuming pre-parsed fields.

    This PR makes signature handling truly lossless for "creative" emails and other info. We now stash the raw name slice on IdentityRef/SignatureRef and fall back to it when rewriting, so even commits with embedded angle brackets round-trip cleanly (might want to expand to other malformed characters before merging? Parsing and serialization honor that flag but still keep strict validation for normal input. I also added regression coverage for these scenarios.

Refactor (BREAKING)

  • split async and blocking implementations for Handshake::fetch_or_extract_refmap()
  • split Handshake::fetch_or_extract_refmap()

Commit Statistics

  • 13 commits contributed to the release.
  • 29 days passed between releases.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #2291 from j-walther/main (e4775d2)
    • Also call for the initial connection in shallow clones (201ec78)
    • Merge pull request #2274 from djc/simplify-ls-refs (eab774c)
    • Refactor (9d936fb)
    • Merge pull request #2283 from GitoxideLabs/copilot/add-optional-prefix-support (e343ed9)
    • Respect the :(optional) prefix when interpolating paths via ConfigSnapshot::trusted_path(). (580bee9)
    • Split async and blocking implementations for Handshake::fetch_or_extract_refmap() (ab3cce4)
    • Split Handshake::fetch_or_extract_refmap() (c26efb9)
    • Merge pull request #2253 from Pingasmaster/raw-email-attempt-fix (f471ac5)
    • Refactor (6f7b23a)
    • Expose raw commit/tag actor headers for round-tripping. (1955b5b)
    • Merge pull request #2275 from GitoxideLabs/dependabot/cargo/cargo-92eaa62a2e (93dd630)
    • Bump the cargo group across 1 directory with 14 updates (703644c)

... (truncated)

Commits
  • 21fecdf Release gix-date v0.11.1, gix-actor v0.36.1, gix-trace v0.1.16, gix-features ...
  • b1616eb Add report for December 25
  • 3cf78c3 Merge pull request #2272 from GitoxideLabs/copilot/add-gix-date-baseline-tests
  • fad8219 refactor
  • 7dfb2da feat: Add comprehensive data parsing support
  • 25099c8 Merge pull request #2294 from GitoxideLabs/copilot/replace-zip-crate-with-rawzip
  • fb6386b Address copilot review
  • 8c9b4d6 refactor
  • 60290f1 Replace zip crate with rawzip in gix-archive
  • b77744f Merge pull request #2298 from GitoxideLabs/copilot/replace-libz-rs-sys-with-z...
  • Additional commits viewable in compare view

Updates gix-features from 0.44.1 to 0.45.0

Release notes

Sourced from gix-features's releases.

gix-features v0.45.0

New Features (BREAKING)

  • Replace libz-rs-sys with zlib-rs for safe zlib usage

Commit Statistics

  • 7 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #2298 from GitoxideLabs/copilot/replace-libz-rs-sys-with-zlib-rs (b77744f)
    • Address copilot review (2384d0c)
    • Refactor (e08b9b5)
    • Replace libz-rs-sys with zlib-rs for safe zlib usage (a75c852)
    • Merge pull request #2275 from GitoxideLabs/dependabot/cargo/cargo-92eaa62a2e (93dd630)
    • Bump the cargo group across 1 directory with 14 updates (703644c)
    • Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)
Changelog

Sourced from gix-features's changelog.

0.45.0 (2025-07-15)

New Features

  • add first debug version of gix tag list

  • gix revision list --long-hashes for faster iteration. The performance of the short-hash generation was improved as well.

  • support for commitgraph list from..to to exercise the new 'hide' capability.

  • Enable precious file parsing in gix CLI by default, allow overrides. That's pretty neat as one can now set GIX_PARSE_PRECIOUS=0 in the environment to disable precious file parsing, good to see what difference it makes.

    It's also possible to do this wiht gix -c gitoxide.parsePrecious=0.

  • add support for multiple blame ranges like gix blame -L <range> -L <other-range> ... Update the blame subcommand to handle multiple line ranges. This allows specifying multiple -L options similar to the usage of git.

Commit Statistics

  • 19 commits contributed to the release over the course of 78 calendar days.
  • 79 days passed between releases.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #2073 from cruessler/add-tag-list (c7af04d)
    • Refactor (750ae9b)
    • Add first debug version of gix tag list (37d3bf2)
    • Merge pull request #2062 from rickprice/minor_documentation_fixups (c2eb0c1)
    • Small documentation fixes (bfb1c34)
    • Merge pull request #2041 from cruessler/add-blame-extraction (dd5f0a4)
    • Merge pull request #2051 from GitoxideLabs/improvements (f933f80)
    • gix revision list --long-hashes for faster iteration. (ab52a49)
    • Adapt to changes in gix-blame (4afc51d)
    • Merge pull request #2022 from cruessler/add-rename-tracking-to-blame (76eddf8)
    • Refactor (3e5365c)
    • Merge pull request #2037 from GitoxideLabs/hide (92febae)
    • Support for commitgraph list from..to to exercise the new 'hide' capability. (c5bc49f)
    • Merge pull request #2019 from GitoxideLabs/precious-opt-in (5f9de52)
    • Enable precious file parsing in gix CLI by default, allow overrides. (1df1ebb)
    • Merge pull request #1973 from holodorum/feature/blame-range-support (de13b16)
    • Refactor (d4461e7)
    • Add support for multiple blame ranges like gix blame -L <range> -L <other-range> ... (36a6ffe)

... (truncated)

Commits
  • 21fecdf Release gix-date v0.11.1, gix-actor v0.36.1, gix-trace v0.1.16, gix-features ...
  • b1616eb Add report for December 25
  • 3cf78c3 Merge pull request #2272 from GitoxideLabs/copilot/add-gix-date-baseline-tests
  • fad8219 refactor
  • 7dfb2da feat: Add comprehensive data parsing support
  • 25099c8 Merge pull request #2294 from GitoxideLabs/copilot/replace-zip-crate-with-rawzip
  • fb6386b Address copilot review
  • 8c9b4d6 refactor
  • 60290f1 Replace zip crate with rawzip in gix-archive
  • b77744f Merge pull request #2298 from GitoxideLabs/copilot/replace-libz-rs-sys-with-z...
  • Additional commits viewable in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gix group with 2 updates: [gix](https://github.com/GitoxideLabs/gitoxide) and [gix-features](https://github.com/GitoxideLabs/gitoxide).


Updates `gix` from 0.75.0 to 0.76.0
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.75.0...gix-v0.76.0)

Updates `gix-features` from 0.44.1 to 0.45.0
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-features-v0.44.1...gix-features-v0.45.0)

---
updated-dependencies:
- dependency-name: gix
  dependency-version: 0.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gix
- dependency-name: gix-features
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gix
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 28, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 28, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Dec 28, 2025
@dependabot dependabot bot deleted the dependabot/cargo/gix-d2a7458f7d branch December 28, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant