Here’s a quick little script I wrote up (adapted from this perlmonks post) to show git repository activity as an ascii graph, like so:
The X axis represents a day, with the current day being on the far right. The Y axis is no. of lines added + no. of lines deleted during that day.

3 Comments
Okay, I confess, I have spent at least 15 minutes every day since I read this post trying to think of something to graph.
@IAN: How about graphing time spent per day thinking about something to graph?
The problem there is that as soon as I start, the graph will be empty.
Post a Comment