cgit with charts
- November 25th, 2011
- By nlopes
- Write comment
cgit is a web frontend to git. I like it because it is fast and does what I need and not more or less. Well, kind of.
In the stats page, cgit provides a table with the list of committers along with the amount of commits in a given timeframe. The table contains valuable information, but it is somewhat hard to read. At least for me. I prefer to visualize things.
That was when I decided to include some charts, with the help of the d3.js library.
Below is a screenshot of a development version of it.
If you want it, be my guest and fork it from my github:
git clone git://github.com/nlopes/cgit.git
