|
|
@ -408,7 +408,8 @@ The first level keys are the three letter |
|
|
|
day names the the second level keys are the |
|
|
|
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 |
|
|
|
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 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 |
|
|
|
out the script punchard-git. |
|
|
|
|
|
|
|