|
Author
|
Commits
|
Merges
|
% Commits
|
Last Commit
|
First Commit
|
Active Commits
|
% Active
|
Tenure (Years)
|
{% for person in key_people %}
|
{{ person.author }}
|
{{ person.commits }}
|
{{ person.merges }}
|
{{ person['% commits'] }}
|
{{ person.last_commit }}
|
{{ person.first_commit }}
|
{{ person.active_commits }}
|
{{ person['% active'] }}
|
{{ person['tenure'] }}
|
{% endfor %}
Merge commits are counted separately. A merge combines work
already credited to the branch commits, so it is not authorship
— but it does show who integrates changes in this
repository. Comparable within a repository only: a project
using squash-and-merge produces no merge commits at all.