Skip to content

gix-ref v0.49.1

Compare
Choose a tag to compare
@Byron Byron released this 22 Dec 15:07
· 267 commits to main since this release
c1ba571

Bug Fixes

  • Properly parse reflog messages with > in them.
    Previously these confused the signature parser, who gladly
    took the entire message as part of the email.
  • provide bigger line buffer to reflog iterator so long lines can be read.
    Otherwise, the revlog iteration may stop unexpectedly on long lines.
  • assure reflog notes with characters that are forbidden in signature don't hurt signature parsing.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update changelogs prior to release (7ea8582)
    • Merge pull request #1732 from GitoxideLabs/reflog-parsing (8fd53bc)
    • Properly parse reflog messages with > in them. (6abee88)
    • Add failing test to show the issue (743b979)
    • Merge pull request #1645 from dvtkrlbs/refloglookup-date (cbdbb8a)
    • Provide bigger line buffer to reflog iterator so long lines can be read. (e95afc0)
    • Assure reflog notes with characters that are forbidden in signature don't hurt signature parsing. (4885e53)
    • Cleanup test suite files (2010668)
    • Merge pull request #1701 from GitoxideLabs/release (e8b3b41)