summaryrefslogtreecommitdiff
path: root/.mailmap
Commit message (Collapse)AuthorAgeFilesLines
* 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.