On Tue, Feb 26, 2013 at 12:59 PM, Will Chan <will.c...@citrix.com> wrote: > Wow...it also looks like we have the most # of contributors as well. Then > again, I didn't click past page 3. >
You can sort - and it reports that we have the most # of contributors as well, but it's really a false stat.... SVN has committers == author - and doesn't differentiate between committer and author like Git does. So in a SVN world, you have no way of seeing who the author is if it is committed by someone else. (well in an easily automated way, there are of course commit messages) --David