New Features
- add first debug version of
gix tag list
gix revision list --long-hashes
for faster iteration. The performance of the short-hash generation was improved as well.- support for
commitgraph list from..to
to exercise the new 'hide' capability. - Enable precious file parsing in
gix
CLI by default, allow overrides. That's pretty neat as one can now setGIX_PARSE_PRECIOUS=0
in the environment to disable precious file parsing, good to see what difference it makes.
It's also possible to do this wiht gix -c gitoxide.parsePrecious=0
.
- add support for multiple blame ranges like gix blame -L <range> -L <other-range> ...
Update the blame subcommand to handle multiple line ranges. This allows specifying multiple -L
options similar to the usage of git.
Commit Statistics
- 19 commits contributed to the release over the course of 78 calendar days.
- 79 days passed between releases.
- 5 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
<csr-read-only-do-not-edit/>