Features
- Commit formatting like
git log --format=...
- Predefined formats
oneline
,short
,medium
andfull
- Custom formats with support for a subset of
git --format
, see https://git-scm.com/docs/pretty-formats
- Predefined formats
- CLI option
--color
with [auto
|always
|never
] - Improved CLI help
Bugfixes
- Equal color for related local and remote branches
- Over-trace equally named branches to avoid "breaks" after merges of high-persistence branches
- No crash on stashes
- No crash on tags listed by
libgit2
that actually aren't tags - Minor fixes to RegEx in branching models
Documentation
- Added Manual: docs/manual.md
- Performance example with
cargo
repository (10k commits)