gitcharts is a C# applications that can be used to generate Lines-of-code statistics using git repository data. It's similar to statsvn LOC chart. gitcharts can track multiple projects inside repository (each project is drawn using different colour).
Example screenshot:
0.2:
- moved from custom graph "library" to GNUPLOT (I was also expertimenting with ZedGraph)
- two-level directories
- more customization options available
- 0.2: few fixes needed (mostly chart related)
- 0.3: caching
- 1.0: rewrite gitcharts into portable ANSI C instead of C#