read for release.... mix and average documented

This commit is contained in:
Zane C. B-H 2019-07-16 01:14:13 -05:00
parent d9be57bbc7
commit f0326366e8
3 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Revision history for Git-PunchCard Revision history for Git-PunchCard
0.1.0 2019-07-15/22:15 0.1.0 2019-07-16/01:15
- Display max. - Display max.
- Add avagerage/min. - Add avagerage/min.

View File

@ -23,7 +23,7 @@ If no directory is specified, the current one is used.
} }
sub version{ sub version{
print "punchcard-git v. 0.0.1\n"; print "punchcard-git v. 0.1.0\n";
} }
my @colors=( my @colors=(

View File

@ -408,7 +408,8 @@ The first level keys are the three letter
day names the the second level keys are the day names the the second level keys are the
two digit hour. two digit hour.
There are two special keys 'total' and 'max'. There are two special keys 'total', 'max', min, and
avagerage.
'total' represents the total level of commits. So 'total' represents the total level of commits. So
at the primary level it is all the commits made to that at the primary level it is all the commits made to that
@ -419,6 +420,9 @@ made to that repo on that day of the week.
level it is any hour on any day of the week while at the secondary level it is any hour on any day of the week while at the secondary
level it is the max made during any given hour that day. level it is the max made during any given hour that day.
'min' and 'average' is similar as max, but representing the min
and average instead.
For examples of making use of this, see the SYNOPSIS or check For examples of making use of this, see the SYNOPSIS or check
out the script punchard-git. out the script punchard-git.