Skip to content

Releases: casperdcl/git-fame

git-fame v1.12.1 stable

07 Jul 21:07
865946f
Compare
Choose a tag to compare
  • fix multi-repo --bytype (#40)
  • fix potential decode error (#38)
  • reword Blame => Processing (#36)
  • drop/deprecate py26
    • because it's too masochistic
  • update documentation
    • remove deprecated changelog link
  • misc framework updates
    • move to use_scm_version
    • add CI /tag bot helper

git-fame v1.12.0 stable

10 Jun 20:18
82bf1c7
Compare
Choose a tag to compare
  • fix --since boundary behaviour (#31 -> #32)
  • fix missing contributions from emails with multiple author names (#32)
  • misc framework & test updates
    • add py3.8
    • fix snapcraft lxd builds no longer need sudo

git-fame v1.11.1 stable

10 Jun 20:15
fd9c79c
Compare
Choose a tag to compare
  • 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

14 Feb 13:30
eb15381
Compare
Choose a tag to compare
  • support aggregating multiple repositories (#24)
  • re-fix under-counting loc (#28, #15)
  • update documentation

git-fame v1.10.2 stable

10 Feb 18:33
4cfb33a
Compare
Choose a tag to compare
  • add snap completion (#23)
  • update CI framework
    • fix pypy
    • fix py34
    • fix missing deploy deps
    • snap deploy (#23)
  • update documentation
  • update tests

git-fame v1.10.1 stable

05 Sep 11:09
15e973e
Compare
Choose a tag to compare
  • update documentation (manpages)
  • auto-deploy docker to github package registry

git-fame v1.10.0 stable

16 Aug 22:57
249db66
Compare
Choose a tag to compare

git-fame v1.9.1 stable

19 Jun 23:44
5fdf489
Compare
Choose a tag to compare
  • minor documentation & release automation update

git-fame v1.9.0 stable

19 Jun 23:30
9780831
Compare
Choose a tag to compare
  • suppress warnings by default (#22)
    • add --warn-binary
  • add --sort hours|months
  • add missing manpage
  • update completions
  • update framework
    • add setup.py[full,dev]
    • add snap(craft) (#19 -> #20)
    • automate release on travis (#21 -> #20)
      • GitHub
      • PyPI
      • docker (#19)
    • update keywords
    • fix author email
  • update documentation
  • update tests

git-fame v1.8.0 stable

16 Mar 19:26
f8ab650
Compare
Choose a tag to compare