Releases: casperdcl/git-fame
Releases · casperdcl/git-fame
git-fame v1.15.1 stable
- misc doc updates
- hyphenate
git-famein help texts (#62) - sync man-pages
- hyphenate
- minor metadata updates
git-fame v1.15.0 stable
git-fame v1.14.1 stable
git-fame v1.14.0 stable
- add
--loc=surviving|insertions|deletions(#50)- modifies meaning of
loc(default:survivingunless--costis specified) - make
insertions/deletionsfind all historical file names (not just those in current tree)- also warn that more things may need to be added to
--excl
- also warn that more things may need to be added to
- if
--costis specified, alters default of (unspecified)loc
- modifies meaning of
- add & update tests
- fix logging
- major framework upgrade
- drop explicit py3.2, 3.3, 3.4 support (not tested)
- add & test py3.9
- migrate to
setuptools/setup.cfg - upgrade & fix snap build
- add pre-commit hooks
- automate linting comments
- misc documentation updates
git-fame v1.13.1 stable
- fully migrate CI from Travis to GHA
- fix
snapcraftbuild - fix
coverallsupload
- fix
- add
.zenodo.jsonexample
git-fame v1.13.0 stable
- add
--enum(#46) - update & fix test framework
- misc tidy
- CI: partially migrate tests from Travis to GHA
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)
.mailmapis 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/argparsedon't seem to order options consistently, so now manpages are generated directly from the docstring