Size of a Git repository vs Time
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.