Skip to content

gix-ref v0.67.1

Choose a tag to compare

@Byron Byron released this 23 Aug 13:14
· 301 commits to main since this release
e52fe9d

New Features

  • compare names and references with natural counterparts

    Allow owned and borrowed reference-name types and namespaces to compare symmetrically with text and byte strings.

    Allow raw, loose, and packed references to compare with names, text, and byte strings by projecting their full name, while same-type reference equality remains structural and includes targets and peeled values.

    Keep these heterogeneous reference comparisons one-way, with the reference on the left, so references with different structural values cannot form a non-transitive PartialEq chain through their shared name.

Commit Statistics

  • 3 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
    • Use fundamental-type comparisons throughout tests (47536a5)
    • Compare names and references with natural counterparts (72e8fd1)
    • Merge pull request #2933 from GitoxideLabs/report-august (b8914ff)