Skip to content

gix v0.54.1

Compare
Choose a tag to compare
@Byron Byron released this 25 Sep 11:50
· 3027 commits to main since this release
f603fd7

Bug Fixes

  • local refs created during fetching will now always be valid.
    Previously it could create symbolic refs that were effectively unborn, i.e.
    point to a reference which doesn't exist.

    Now these will always point to the peeled object instead.

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Local refs created during fetching will now always be valid. (300a838)