Graphing Git Repository Activity In ASCII
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.
This was written by
James Bowes. Posted on
Saturday, May 24, 2008, at 11:15 am. Filed under
SCM. Tagged
ascii,
git,
graph,
perl,
SCM. Bookmark the
permalink. Follow comments here with the
RSS feed. Both comments and trackbacks are currently closed.
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.