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