v0.37.0
New Features
- add
mailmap checksimilar togit check-mailmap.
That way it becomes a little easier to maybe try out other special cases
in the wild. gix clonewith--refsupport.
--refis similar to--branch, but was renamed as it also supports
tags for example.
Other
-
Make it easier to compile gitoxide as dynlib
And also optimize compilation time: By makingplumbingandporcelain
as modules thelib.rs, they can be compiled after the rmeta for the
dependencies are generated.For the
uni.rswhich uses bothplumbingandporcelain, this would avoid
compiling these two modules twice.
Commit Statistics
- 13 commits contributed to the release over the course of 57 calendar days.
- 62 days passed between releases.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- Uncategorized
- Merge branch 'fix-mailmap' (f107014)
- Add descriptive docs for
mailmap check(3e08fa3) - Add
mailmap checksimilar togit check-mailmap. (2a56387) - Merge branch 'main' into config-key-take-2 (9fa1054)
- Merge branch 'feat/checkout-other-refs' (ecfde07)
gix clonewith--refsupport. (9bf01e4)- Merge branch 'status' (2f9f0ac)
- Thanks clippy (acc1331)
- Merge pull request #1384 from NobodyXu/feat/easier-to-compile-gix-as-dynlib (bb30e52)
- Fix clippy warning (bf5a111)
- Fix compilation error in
src/plumbing/main.rs(4596a39) - Fix compilation errors (0b5dc74)
- Make it easier to compile gitoxide as dynlib (202f3e4)