Linked by Thom Holwerda on Wed 22nd Jul 2009 12:29 UTC, submitted by lemur2
Thread beginning with comment 374672
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2006-01-02
Uhh, will it? All the commits that make it into the mainstream will be in one repo somewhere and those can easily be counted:
git log --pretty=oneline | wc -l
Except that it's also really easy to count arbitrary ranges of commits, such as how many commits were made between tags, which is much more difficult in SVN (probably requires manual involvement, unless properties are used to indicate where a tag or branch was made).