Changed (BREAKING)
fetch::Ref::unpack()
returnsOption<oid>
.
That way the caller has to be aware of the possibility of an unborn
branch (probably the only unborn branch) on the remote.
New Features (BREAKING)
- Support for
unborn
ls-refs capability if server supports it.
We can also parse it, adding yet another variant tofetch::Refs
.
Commit Statistics
- 12 commits contributed to the release over the course of 23 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
- don't degenerate information about the unborn fetch ref's path. (42c977f)
fetch::Ref::unpack()
returnsOption<oid>
. (cd867ad)- Support for
unborn
ls-refs capability if server supports it. (02e37f0) - less noisy way of writing trait bounds (b593806)
- upgrade to
prodash
v21 (a0655dc) - improve docs slightly (306ebef)
- Uncategorized