Documentation
- fix minor typos
- fix minor typos
New Features
- add
Tree::decode()
andTryFrom<Tree> for gix::objs::Tree
.
This makes it possible to obtain mutable trees for creating trees by hand
for the purpose of making commits.
Bug Fixes
- $HOME detection on windows
Commit Statistics
- 8 commits contributed to the release over the course of 3 calendar days.
- 4 days passed between releases.
- 4 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge branch 'pascalkuthe/main' (d47cebe)
- Refactor (d1e5e12)
- $HOME detection on windows (d1bd513)
- Fix minor typos (02c4659)
- Fix minor typos (cc48c35)
- Add
Tree::decode()
andTryFrom<Tree> for gix::objs::Tree
. (7c2e5c8) - Release gix-ref v0.27.2 (e965b18)
- Be sure to clear the buffer after an intermediate read error happened and we ignore it. (877951a)