From c3ccf65aebecfa209e7eab1c93ff06f07e91f11f Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Thu, 10 Apr 2014 20:14:48 +0200
Subject: [PATCH] Introduce mailmap file to match committer name "Convex
 Function" to proper name

Unfortunately, git-log doesn't use this file by default.  Only git-blame
and git-shortlog do.

Thanks to Elias Pipping for the hint about mailmap.
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .mailmap

diff --git a/.mailmap b/.mailmap
new file mode 100644
index 000000000..70627af81
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,2 @@
+Benjamin Bykowski <benjamin.bykowski@rwth-aachen.de> Convex Function <329364@wright.mathepool.rwth-aachen.de>
+
-- 
GitLab