-
Notifications
You must be signed in to change notification settings - Fork 923
Closed
Labels
Description
Bug report
Description
There will be different items in the contributors list pointing to the same people if someone commits under two names.
Steps to reproduce
- Edit a markdown file.
git addgit commit --author "Foo <[email protected]>- Edit the edited markdown file again.
git addgit commit --author "Foo Bar <[email protected]>
Expected behavior
Count authors with their emails, merge them if the names were duplicate in different commits.