| Age | Commit message (Collapse) | Author |
|
Count the words in all non-merge commit messages for each contributor
and graph the totals.
|
|
To be more descriptive. Also since we'll be adding additional graphs to
the output, it makes sense to call this one what it is.
|
|
Through the magic of awk!
|
|
Capture the shortlog output so we can use it later on.
|
|
http://redsymbol.net/articles/unofficial-bash-strict-mode/
|
|
Gets the git shortlog and outputs a graph of the commit count.
TODO: Only first names are extracted with awk. Get full names.
|