Skip to content

v2.5.1

Compare
Choose a tag to compare
@Byron Byron released this 28 Jan 09:57
· 14 commits to master since this release
3e1b769

Bug Fixes

  • assure Git index updates to refs are actually written.
    The remote git repository may alter its references in such a way that
    local fast-forwards aren't possible anymore.

    This happens regularly as the history will be squashed on the remote.

    Now we forcefully store the updated references, which resolves
    the issue that calling update() didn't seem to do anything despite
    being busy (i.e. downloading a possibly huge pack, and resolving it).

Commit Statistics

  • 2 commits contributed to the release.
  • 6 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge branch 'fix-index-update' (99e8fe1)
    • Assure Git index updates to refs are actually written. (4d75232)