From be1e9698e2d797bcd84c4cfa7d4fb3a57bfa8924 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 6 Jan 2023 22:28:14 +0100 Subject: [PATCH] Bug 32582: Fix error in .mailmap Content-Type: text/plain; charset=utf-8 The .mailmap had the addresses in the wrong sequence. The .83 address is actually the correct one. How this works is easiest to see in git: * Apply one of my patches, like bug 31962 * Do a git log * You'll see the email address without .83 as author * Apply this patch * You should see the correct email now in both, matching the one in the patch file on bugzilla Signed-off-by: David Nind Signed-off-by: Marcel de Rooy --- .mailmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 133f6b2831..a98467cd32 100644 --- a/.mailmap +++ b/.mailmap @@ -175,7 +175,7 @@ Julian Maurice koha koha Justin Vos -Katrin Fischer +Katrin Fischer Katrin Fischer Katrin Fischer Katrin Fischer Koha -- 2.30.2