2017-12-06 18:43 GMT+01:00 Victor Stinner <victor.stin...@gmail.com>: > FYI She pushed not less than 14 commits into the master branch since > August, 2017.
Oops, I used the wrong command to count her number of commits. vstinner@apu$ git log --author='Cheryl Sabella'|grep ^commit|wc -l 14 In fact, she changed her full name in her Git configuration in August, but not her email: vstinner@apu$ git log --author=cheryl.sabe...@gmail.com|grep ^commit|wc -l 36 The correct number is that she got **36** commits merged into master since June 2017. Great! GitHub counts 52 commits, maybe it accounts also backports: https://github.com/python/cpython/graphs/contributors?from=2016-07-10&to=2017-12-07&type=c "csabella: 52 commits 7,647 ++ 4,601 --" I prefer to only count commits in master. Victor _______________________________________________ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/