aboutsummaryrefslogtreecommitdiffstats
path: root/git-stats.sh
AgeCommit message (Collapse)Author
2015-08-18git-stats.sh: Graph total words in commit messages per contributorTeddy Wing
Count the words in all non-merge commit messages for each contributor and graph the totals.
2015-08-18git-stats.sh: Rename graph to "Commit count"Teddy Wing
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.
2015-08-18git-stats.sh: Include full name in graphTeddy Wing
Through the magic of awk!
2015-08-17git-stats.sh: Move shortlog output to variableTeddy Wing
Capture the shortlog output so we can use it later on.
2015-08-17git-stats.sh: Unofficial Bash strict modeTeddy Wing
http://redsymbol.net/articles/unofficial-bash-strict-mode/
2015-08-17Add git-stats.sh to output the shortlog in graph formTeddy Wing
Gets the git shortlog and outputs a graph of the commit count. TODO: Only first names are extracted with awk. Get full names.