briandk / gitvisualizations

A suite of visualization tools for analyzing files in git
http://briandk.com/codetimeline_demos/simulator/simulator.html
3 stars 3 forks source link

Parse git log data for repo statistics #50

Closed briandk closed 11 years ago

briandk commented 11 years ago

This pull request introduces functionality that generates a git log from a repository, munges the log, and outputs a formatted CSV file for consumption by other programs.

Major Changes