Count lines using git objects instead of filesystem.
commit5ef1ff87219fd27f6a4aac1672e0b0da6be6327d
authorHeikki Hokkanen <hoxu@users.sf.net>
Sat, 20 Jun 2009 12:44:36 +0000 (20 15:44 +0300)
committerHeikki Hokkanen <hoxu@users.sf.net>
Sat, 20 Jun 2009 12:44:36 +0000 (20 15:44 +0300)
treec2e888069ee8932e5ecebe7742b1eb89caf90264
parent3e72538e75b282c6c717aaa2218f5863faef0856
Count lines using git objects instead of filesystem.

This seemed to be roughly three times slower than a direct "wc -l" from working
tree, but this way we are not limited to full & clean working trees, but can
also handle bare repositories.
gitstats