New Features
- Add
rev parse --reference
.
It's similar togit rev-parse --symbolic-full-name
.
Bug Fixes (BREAKING)
-
mark
gix::interrupt::init_handler()
as unsafe
The passedinterrupt()
argument will be called from a signal
handler, so that needs to be documented and the call sites need to
state that they fulfill the contract.Thanks to @Manishearth for pointing this out.
Commit Statistics
- 7 commits contributed to the release over the course of 21 calendar days.
- 22 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge branch 'maintenance' (4454c9d)
- Upgrade tabled and setup wordwrapping (a78caba)
- Merge branch 'tracking-branch' (0fe20e8)
- Add
rev parse --reference
. (193ffcd) - Merge branch 'main' into fix-1183 (1691ba6)
- Merge branch 'push-yvzxzqrkkvry' (4917beb)
- Mark
gix::interrupt::init_handler()
as unsafe (59b8104)