Hi
Is there a program to show changes amount graph of a git repository? Specifically a graph that shows these varibales:
- number of total lines in the course of time (one point for every commit)
- speed of adding lines (one point between every two commits)
- speed of removing/modifying lines (one point between every two commits)
Something like this graph for Linux kernel
I wish there was a graphical tool. Or a tool that gives image as output (bitmap or vector). Or at least there was an easy way to get data for that graphs to use in a spreadsheet program like OpenOfficeCalc or Exel.