Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | canonicalize more committer names and emails | Karen Etheridge | 2020-08-20 | 1 | -0/+16 |
| | |||||
* | add new rjbs email | Karen Etheridge | 2020-08-19 | 1 | -0/+1 |
| | |||||
* | canonicalize more contributor names and addresses | Karen Etheridge | 2020-08-06 | 1 | -4/+50 |
| | |||||
* | .mailmap: add old addresses for Hugo | Hugo van der Sanden | 2020-02-14 | 1 | -0/+2 |
| | |||||
* | .mailmap: add a file to allow git to show correct emails | Yves Orton | 2020-02-10 | 1 | -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. |