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
http://github.com/ITikhonov/git-loc worked right out of the box for me.