Bugzilla – Attachment 145132 Details for
Bug 32582
Mailmap maps to wrong email address
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32582: Fix error in .mailmap
Bug-32582-Fix-error-in-mailmap.patch (text/plain), 1.58 KB, created by
David Nind
on 2023-01-07 11:00:54 UTC
(
hide
)
Description:
Bug 32582: Fix error in .mailmap
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-01-07 11:00:54 UTC
Size:
1.58 KB
patch
obsolete
>From bf12675c216c95594e4e49b9ca5ce883e8f85c40 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 6 Jan 2023 22:28:14 +0100 >Subject: [PATCH] Bug 32582: Fix error in .mailmap > >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 <david@davidnind.com> >--- > .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 <julian.maurice@biblibre.com> koha <koha@cmspub1 > Julian Maurice <julian.maurice@biblibre.com> koha <koha@kohaprep1.di.u-psud.fr> > Justin Vos <justinvos@live.com> > <kate@catalystacademy.net.nz> <kate.h@paradise.net.nz> >-Katrin Fischer <katrin.fischer@web.de> <katrin.fischer.83@web.de> >+Katrin Fischer <katrin.fischer.83@web.de> <katrin.fischer@web.de> > Katrin Fischer <katrin.fischer@bsz-bw.de> > Katrin Fischer <katrin.fischer@bsz-bw.de> <Katrin.Fischer@bsz-bw.de> > Katrin Fischer <katrin.fischer@bsz-bw.de> Koha <koha@koha-dev.de> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32582
:
145108
|
145132
|
145257