Bug Fixes
-
allow symref updates to receive reflogs if these are new…
…and well-known on top of that, that means having an exact expectation
on what should be present.This allows symrefs to be created with reflog.
Bug Fixes (BREAKING)
- support for non-'static PackedRefs transactions.
When configuring for packed-refs updates, previously one needed to
provide a function to find objects that could not borrow data due
to implicit 'static requirement. This has been lifted to allow
it to access references to data on the stack.
Commit Statistics
- 9 commits contributed to the release over the course of 6 calendar days.
- 27 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #450
Thanks Clippy
Clippy helped 2 times to make code idiomatic.
Commit Details
view details
- #450
- Uncategorized