[python-committers] Cheryl Sabella was promoted to get bug triage permission
Victor Stinner
victor.stinner at gmail.com
Thu Dec 7 17:20:55 EST 2017
2017-12-06 18:43 GMT+01:00 Victor Stinner <victor.stinner at 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 at 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 at apu$ git log --author=cheryl.sabella at 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
More information about the python-committers
mailing list