Releases: casperdcl/git-fame
Releases · casperdcl/git-fame
git-fame v1.12.2 stable
git-fame v1.12.1 stable
git-fame v1.12.0 stable
git-fame v1.11.1 stable
- support aggregating multiple repositories (#24)
- re-fix under-counting
loc
(#28, #15) - update documentation
- misc framework & test updates
- fix PR builds (#33)
.mailmap
is respected per-repository to help with aggregating stats--branch
(default:HEAD
, i.e. current) is shared across all repos- will have to think about how to specify per-repo branches if there is enough demand for it
- in the meantime, work-around is to checkout desired branches before running
git-fame
argopt
/docopt
/argparse
don't seem to order options consistently, so now manpages are generated directly from the docstring
git-fame v1.11.0 stable
git-fame v1.10.2 stable
git-fame v1.10.1 stable
- update documentation (manpages)
- auto-deploy docker to github package registry
git-fame v1.10.0 stable
- add
--show-email
/-e
(https://github.com/maintainers/discussions/issues/210#issuecomment-507841626) - misc documentation, metadata and test updates
- update CODEOWNERS docs
- fix py26 travis CI tests
- fix Zenodo metadata
git-fame v1.9.1 stable
- minor documentation & release automation update
git-fame v1.9.0 stable
- suppress warnings by default (#22)
- add
--warn-binary
- add
- add
--sort hours|months
- add missing manpage
- update completions
- update framework
- update documentation
- update tests