summaryrefslogtreecommitdiff
path: root/.mailmap
AgeCommit message (Collapse)AuthorFilesLines
2020-09-02Update mailmapJesusaves1-1/+17
2018-09-13[ci skip] update mailmapgumi1-0/+1
2013-04-21Update .mailmap fileStefan Beller1-3/+36
# Finding out duplicates by comparing email addresses: git shortlog -sne |awk '{ print $NF }' |sort |uniq -d # Finding out duplicates by comparing names: git shortlog -sne |awk '{ NF--; $1=""; print }' |sort |uniq -d Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
2009-01-21I'm Thorbjørn, tooBjørn Lindeijer1-0/+1
2008-12-15Also added an entry for Cédric BorgeseBjørn Lindeijer1-0/+1
Since some commits by him are with "Cedric Borgese" as name.
2008-12-15Added an entry in .mailmap to fix QOAL's nameBjørn Lindeijer1-0/+1
Only works for 'git shortlog' at the moment.