summaryrefslogtreecommitdiff
path: root/.mailmap
Commit message (Collapse)AuthorAgeFilesLines
* mailmap: add another entry for xdgRicardo Signes2021-08-021-0/+1
|
* mailmap: add points-to-self entries for core teamRicardo Signes2021-08-021-0/+25
| | | | | | | This provides a single-point-of-update for perlgov automation. We can use email address as a key and pull out the human name. I could have used AUTHORS for this, but I think it would have required a little more code.
* mailmap: sort the file for easy scanningRicardo Signes2021-08-021-55/+55
|
* mailmap: update rjbs canonical addressRicardo Signes2021-08-021-3/+2
|
* canonicalize more committer names and emailsKaren Etheridge2020-08-201-0/+16
|
* add new rjbs emailKaren Etheridge2020-08-191-0/+1
|
* canonicalize more contributor names and addressesKaren Etheridge2020-08-061-4/+50
|
* .mailmap: add old addresses for HugoHugo van der Sanden2020-02-141-0/+2
|
* .mailmap: add a file to allow git to show correct emailsYves Orton2020-02-101-0/+6
the .mailmap file allows git to correct committer details in things like git log. Compare `git log --author=yves` with `git log --use-mailmap --author=yves` the former finds commits I have made using old email addresses, the latter finds nothing as the corrected version of my name is "Yves Orton". Conversly `git log --use-mailmap --author=Yves` will find pretty much *all* of my commits.