aboutsummaryrefslogtreecommitdiff
path: root/.mailmap
AgeCommit message (Collapse)Author
2016-07-06Deduplicate some names in .mailmapJason Gross
2016-07-05Add mailmap entry.Guillaume Melquiond
2015-10-05Update the .mailmap file.Guillaume Melquiond
The update process is as follows: run "git shortlog -s -e" and look for duplicate or missing contributors.
2014-08-26Add t-jagro to .mailmapJason Gross
2014-08-25"allows to", like "allowing to", is improperJason Gross
It's possible that I should have removed more "allows", as many instances of "foo allows to bar" could have been replaced by "foo bars" (e.g., "[Qed] allows to check and save a complete proof term" could be "[Qed] checks and saves a complete proof term"), but not always (e.g., "the optional argument allows to ignore universe polymorphism" should not be "the optional argument ignores universe polymorphism" but "the optional argument allows the caller to instruct Coq to ignore universe polymorphism" or something similar).
2014-08-07More .mailmap update.Arnaud Spiwack
2014-08-07Add some more entries to .mailmapArnaud Spiwack
2014-01-17Update .mailmap with recent contributors.Arnaud Spiwack
I should have updated everyone who committed since the migration to git (giving me a canonical email). I've search git shortlog -s to ensure the best IĀ could that there are no duplicate. I discovered that email addresses from the mailmap are uncapitalised whereas the unmodified addresses are not, creating two different authors for no reason. So, I've added some record to normalise the canonical email addresses when needed.
2013-11-27Use my real email address in .mailmapEnrico Tassi
2013-11-21updated .mailmapPierre Letouzey
2013-11-19update .mailmap with my email now that I've used it in a commitPierre Letouzey
2013-11-19A .mailmap file for a nice git-shorlog displayPierre Letouzey
In particular, this file allows to merge duplicated identities of a same person. See man git shortlog for more details.