From 46c5f6990a724675528b7301cad540fdc305d5ad Mon Sep 17 00:00:00 2001
From: Linda Lapinlampi <linda@lindalap.fi>
Date: Mon, 30 Mar 2020 22:27:17 +0000
Subject: [PATCH 1/1] Add Git mailmap file

Because I have committed to Doomseeker under three different names (and
two unique email addresses), git-shortlog(1) and git-log(1) credit
myself as three different authors instead of one.

Add a Git mailmap file with canonical name and email address information
about myself to let Git know about this canonical authorship. (The
format is described in git-check-mailmap(1) man page.)

Fixes: #3776
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .mailmap

diff --git a/.mailmap b/.mailmap
new file mode 100644
index 00000000..3dc63cfc
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,2 @@
+Linda Lapinlampi <linda@lindalap.fi>
+Linda Lapinlampi <linda@lindalap.fi> Juuso Lapinlampi <wubthecaptain@gmail.com>
-- 
2.26.0

