[xen-tools-dev] [PATCH v2 12/13] Add mailmap for more beautiful git shortlog.
Stéphane Jourdois
sjourdois at gmail.com
Sun Jul 18 22:04:22 CEST 2010
From: Stéphane Jourdois <stephane at jourdois.fr>
Also, do not ignore .mailmap in git.
---
.gitignore | 1 +
.mailmap | 6 ++++++
2 files changed, 7 insertions(+), 0 deletions(-)
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 <abe at deuxchevaux.org>
+Dmitry Nedospasov <dmitry at nedos.net>
+Nathan O'Sullivan <nathan at mammoth.com.au>
+Radu Spineanu <radu at debian.org> radu <none at none>
+Steve Kemp <steve at steve.org.uk> steve <none at none>
+Stéphane Jourdois <sjourdois at gmail.com> <stephane at jourdois.fr>
--
1.7.1.1
More information about the xen-tools-dev
mailing list