Basically I want to get the number of lines-of-code in the repository after each commit.
The only (really crappy) ways I have found is to use git filter-branch
git filter-branch
You might also consider gitstats, which generates this graph as an html file.