Git Fame Versions Save

:star: Pretty-print `git` repository collaborators sorted by contributions

v2.0.1

1 year ago
  • fix wrong loc (#88 <- #85 <- #32)
  • misc code linting & framework tidy

v2.0.0

1 year ago
  • misc build framework updates (#87)
    • update CI workflows
    • update pre-commit
    • drop py<=3.6
    • add linting
    • bump snap core18 => core22
    • bump Dockerfile base
    • rerender manpages

v1.15.2

1 year ago
  • update man pages
  • misc test & build framework updates (#80)
    • fix windows tests
    • bump docker py version (#65, #68, #69, #70, #71)
    • use pytest <= nose

v1.15.1

2 years ago
  • misc doc updates
    • hyphenate git-fame in help texts (#62)
    • sync man-pages
  • minor metadata updates

v1.15.0

2 years ago
  • add -R, --recurse (#29, #44)
  • add --ignore-revs and --ignore-revs-file (#59)
  • fix duplicate repo paths (#57)
  • update docs & tab completion (#58, #56 <- #55)
  • update build framework (#58)

v1.14.1

3 years ago
  • update documentation (#54)
    • add FAQs (#49)
  • major build/test framework updates (#54)
    • exclude tests from dist
    • update snap channels

v1.14.0

3 years ago
  • add --loc=surviving|insertions|deletions (#50)
    • modifies meaning of loc (default: surviving unless --cost is specified)
    • make insertions/deletions find all historical file names (not just those in current tree)
      • also warn that more things may need to be added to --excl
    • if --cost is specified, alters default of (unspecified) loc
  • 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

v1.13.1

3 years ago
  • fully migrate CI from Travis to GHA
    • fix snapcraft build
    • fix coveralls upload
  • add .zenodo.json example

v1.13.0

3 years ago
  • add --enum (#46)
  • update & fix test framework
  • misc tidy
  • CI: partially migrate tests from Travis to GHA

v1.12.2

3 years ago
  • update tab completion script
  • add tqdm>=4.44.0 dependency (#42 -> #43)
    • v4.44.0 for screen width detection
    • v4.42.0 for concurrent processing of multiple repos
    • v4.38.0 for efficient locking
    • remove unneeded ImportError("tqdm") code