#2985 Deduplicate list of contributors
Merged by pingou. Opened by lsedlar.
lsedlar/pagure stats-deduplicate-authors  into  master

Download 2985.patch

It is possible the same person commits into a repo with multiple identities. Pagure already can be told about multiple e-mails for a single person. This patch checks if the address in the commit is known and possibly replaces with the default e-mail.

If the e-mail is known, the name is also replaced with full name of the user.

Records for contributors not known to Pagure are presented as before.

The page showing commits for a single contributor already displays all of them no matter what identity was used.

Looks good to me. :thumbsup:

Same here and unit-tests are also clean, thanks for the PR! :)

Pull-Request has been merged by pingou

Metadata