Skip to content

chore(deps): update rust crate gix-hash to v0.26.2 - #7

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

chore(deps): update rust crate gix-hash to v0.26.2#7
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gix-hash-0.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
gix-hash dependencies patch 0.26.00.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)

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 force-pushed the renovate/gix-hash-0.x-lockfile branch from 2bc3b7b to cc8ecd2 Compare August 23, 2026 13:43
@renovate renovate Bot changed the title chore(deps): update rust crate gix-hash to v0.26.1 chore(deps): update rust crate gix-hash to v0.26.2 Aug 23, 2026
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