Skip to content

Releases: flacle/truegitcodechurn

v1.2.1 - Filter by commits

19 Aug 21:27
a34ee82
Compare
Choose a tag to compare

Thanks to @JonathanGuerne for this contribution. You can now filter your results between two commits (in short SHA format) instead of a time period.

v1.1.1

23 May 23:41
Compare
Choose a tag to compare

This upgrade allows a command to disregard specific authors (blank attribute) and looks at all churn across the current branch for a given time period. At the end it lists all authors that committed changes during that particular timeframe.

v1.0.1

23 May 17:51
Compare
Choose a tag to compare

This release provides a patch to address issue #6. This issue involves the date parser of Git (https://github.com/git/git/blob/master/date.c) that provides a different result when month and day values are omitted. Appending default values for each attribute (before, after) will ensure better consistency. Providing property values such as after='2020' and before='2021' should be interpreted as after the year 2020 (so start of 2021) and before the end of 2021 (so last day of 2021).

v1.0.0

04 Nov 22:19
Compare
Choose a tag to compare

Switched over to https://semver.org/

0.1-alpha

02 Jul 00:45
15a33d5
Compare
Choose a tag to compare
Update README.md