Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-08 | Fix mailmap | Jesusaves | 1 | -0/+1 | |
2020-07-31 | Add a .mailmap to correctly group commits by their actual author | Jesusaves | 1 | -0/+8 | |
when using git-shortlog (try 'git shortlog -sne' to check it). To also use that file with git-log: 'git config log.mailmap true' (it needs git > 2.4.1) Special thanks to fluzz. |