Size of a Git repository vs Time
17:08 25 Dec 2013

I would like to produce a graph or table of the total repository size vs time (or commit).

Is there a git command or tool that does this? I have tried git log but it does not seem to have an option to export the size of the commits.

git