git-hours
visualizes Git temporal commit patterns. It outputs a graph
of commit frequency by weekday and hour of the repo in the current
directory.
- Put
git-hours
on your path. - Call
git hours
. Any arguments will be passed on togit log
, e.g.git hours --all
, orgit hours --since=1.year.ago
. - Open
hours.png
.
- A POSIX shell
- git
- awk
- GNUPlot