Skip to content

⬆️ upgrade Rust crate gix-hash to v0.26.2 - autoclosed - #12

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gix-hash-0.x
Closed

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gix-hash-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
gix-hash dev-dependencies minor =0.25.1=0.26.2

Release Notes

GitoxideLabs/gitoxide (gix-hash)

v0.26.2: gix-hash v0.26.2

Compare Source

New Features
  • compare hash types with text

    Allow ObjectId, oid, ChangeId, Prefix, HexDisplay, and ReverseHexDisplay to
    compare with str and String values without allocating, reusing the existing
    stack encoders and Kind::hex_buf().

    Make full object and change ID comparisons symmetric but intentionally less
    lenient than parsing: only their exact canonical lowercase spelling compares
    equal. Uppercase input remains parseable, but treating differently-cased strings
    as equal through the same hash would violate PartialEq transitivity even though
    the strings differ from each other.

    Keep Prefix and truncated display comparisons directional, with the hash value
    on the left, because their text omits the hash kind or remaining digest and
    therefore cannot uniquely identify the structural value. This prevents distinct
    hashes from forming non-transitive equality chains through a shared textual
    prefix.

Commit Statistics
  • 2 commits contributed to the release.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Compare hash types with text (75ad70c)
    • Merge pull request #​2933 from GitoxideLabs/report-august (b8914ff)

v0.26.1: gix-hash v0.26.1

Compare Source

New Features
  • add allocation-free prefix hex utilities

    ObjectId consumers such as notes fanout need to work with byte-aligned portions
    of an ID and emit their hexadecimal form without allocating intermediate
    strings.

    Add oid::to_prefix() for standalone byte ranges and Prefix output APIs for
    display, caller-provided buffers, and writers. Decode even and odd hexadecimal
    prefixes directly into ObjectId storage, avoiding temporary Vec allocations,
    and cover empty and ranged prefixes.

  • add JJ-compatible change IDs to gix-hash

    Represent change IDs as object hashes while formatting and parsing them with
    Jujutsu's reverse-hex alphabet. Preserve the underlying hash bytes so conversion
    from an ObjectId produces exactly the identifier that JJ displays for the same
    byte sequence.

    Extend hash prefixes with symmetric reverse-hex parsing and formatting,
    including odd-nibble prefixes, so callers can resolve abbreviated change IDs
    through the existing binary prefix comparison machinery.

Commit Statistics
  • 7 commits contributed to the release over the course of 30 calendar days.
  • 30 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Update manifests prior to release (ebe9095)
    • Merge pull request #​2930 from GitoxideLabs/gix-notes (7424676)
    • Add allocation-free prefix hex utilities (7f7367c)
    • Merge pull request #​2905 from GitoxideLabs/various-improvements (f3bbfad)
    • Add JJ-compatible change IDs to gix-hash (d6aca2b)
    • Adapt to changes in gix-testtools (0cbe539)
    • Merge pull request #​2812 from GitoxideLabs/report-july (ae8845a)

v0.26.0

Compare Source

The main attraction of this release is support for multi-round negotiations thanks to support for the standard negotiations algorithms.
Further, gix index entries now lists attributes as well, and there is the new gix attribute query sub-command in the vain of git check-attrs.

New Features
  • gix attributes validate to validate attributes and ignore against git as baseline.
    Use this command to test the entire index for ignored paths and their attributes and use
    git check-attr and git check-ignore to validate that git agrees. Collect all
    mismatches and print them.
  • --statistics for gix excludes query
    With it one gets some insights into the work done to fulfil the query.
  • gix attribute query as something similar to git check-attrs.
  • no-repo index from-list to create an index with empty files from the given list.
    The list could be created with find . -type f for example.
  • add pro-forma library to allow feature documentation of gitoxide on docs.rs
Commit Statistics
  • 17 commits contributed to the release over the course of 34 calendar days.
  • 41 days passed between releases.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • just fmt (ffc1276)
    • Merge branch 'integrate-gix-negotiate' (ae845de)
    • Adapt to changes in gix (7983f6f)
    • Keep track of core.alternateRefsCommand (d925896)
    • Merge branch 'auto-clippy' (dbf8aa1)
    • Include custom clippy settings (b057500)
    • Merge branch 'consecutive-negotiation' (4507f94)
    • Support reading the fetch algorithm from configuration (33b7770)
    • Merge branch 'gix-attributes-validate' (a849da8)
    • gix attributes validate to validate attributes and ignore against git as baseline. (e1fcc7f)
    • Merge branch 'gix-attribute-query' (1d70213)
    • --statistics for gix excludes query (450b232)
    • gix attribute query as something similar to git check-attrs. (bfdcb14)
    • no-repo index from-list to create an index with empty files from the given list. (b8db207)
    • Merge branch 'fix-841' (edeb4de)
    • Add pro-forma libaray to allow feature documentation of gitoxide on docs.rs (13a0f1e)
    • Use unlimited parallelism for jwalk to have a better comparison. (d67551d)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 changed the title ⬆️ upgrade Rust crate gix-hash to v0.26.2 ⬆️ upgrade Rust crate gix-hash to v0.26.2 - autoclosed Sep 5, 2026
@renovate renovate Bot closed this Sep 5, 2026
@renovate
renovate Bot deleted the renovate/gix-hash-0.x branch September 5, 2026 09:12
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.

0 participants