Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-21 | Update .mailmap file | Stefan Beller | 1 | -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-21 | I'm Thorbjørn, too | Bjørn Lindeijer | 1 | -0/+1 | |
2008-12-15 | Also added an entry for Cédric Borgese | Bjørn Lindeijer | 1 | -0/+1 | |
Since some commits by him are with "Cedric Borgese" as name. | |||||
2008-12-15 | Added an entry in .mailmap to fix QOAL's name | Bjørn Lindeijer | 1 | -0/+1 | |
Only works for 'git shortlog' at the moment. |