From eb3d87673a863fa370c916b23ecabff602ff4407 Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Mon, 13 Mar 2017 10:23:01 +0100 Subject: [PATCH] fix: add .mailmap to fix commit information See man:git-check-mailmap(1) or man:git-shortlog(1) for the format; generally, the order is: proper info, commit info. The easiest way to check this change is to run `git shortlog -se` with and without it. Change-Id: I76c6e0d1e9fd69bd5a4afbc04373b9b34aa18846 --- .mailmap | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 00000000..98b58fa8 --- /dev/null +++ b/.mailmap @@ -0,0 +1,2 @@ + +Felix Dörre -- 2.39.2