Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2025

This PR contains the following updates:

Package Type Update Change
gix dependencies minor 0.75.0 -> 0.76.0

Release Notes

GitoxideLabs/gitoxide (gix)

v0.76.0: gix v0.76.0

Compare Source

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
view 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)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/gix-0.x branch from ece49b2 to 6c6e3e7 Compare December 29, 2025 07:33
@andrius-puksta-sensmetry
Copy link
Collaborator

included in #149

@renovate
Copy link
Contributor Author

renovate bot commented Dec 29, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.76.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/gix-0.x branch December 29, 2025 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants