From 858f47dd2e259002e19d12a91cbc483d3d2585a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Jourdois?= Date: Sun, 18 Jul 2010 17:22:59 +0200 Subject: [PATCH] Add mailmap for more beautiful git shortlog. Also, do not ignore .mailmap in git. --- .gitignore | 1 + .mailmap | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .mailmap diff --git a/.gitignore b/.gitignore index d9bc9cd..5ea5d67 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # but we _wan't_ those dot-files !.gitignore !.hgignore +!.mailmap # ChangeLog is generated during make /ChangeLog diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..4562e32 --- /dev/null +++ b/.mailmap @@ -0,0 +1,6 @@ +Axel Beckert +Dmitry Nedospasov +Nathan O'Sullivan +Radu Spineanu radu +Steve Kemp steve +Stéphane Jourdois