* bug#69332: [PATCH] ; * admin/authors.el (authors-aliases): Add Morgan Smith.
@ 2024-02-23 16:09 Morgan Smith
2024-02-23 16:44 ` Morgan Smith
0 siblings, 1 reply; 5+ messages in thread
From: Morgan Smith @ 2024-02-23 16:09 UTC (permalink / raw)
To: 69332
[-- Attachment #1: Type: text/plain, Size: 201 bytes --]
Tags: patch
I've contributed under both "Morgan Smith" and "Morgan J. Smith".
I think I'd rather go by "Morgan Smith" but it is a very generic name so
I hope there isn't a collision in the future.
[-- Attachment #2: 0001-admin-authors.el-authors-aliases-Add-Morgan-Smith.patch --]
[-- Type: text/patch, Size: 802 bytes --]
From 860e369d92adf3bec574be5509ee53ff99bd4964 Mon Sep 17 00:00:00 2001
From: Morgan Smith <Morgan.J.Smith@outlook.com>
Date: Fri, 23 Feb 2024 11:04:46 -0500
Subject: [PATCH] ; * admin/authors.el (authors-aliases): Add Morgan Smith.
---
admin/authors.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/admin/authors.el b/admin/authors.el
index 6c74f4dd7a1..84c8243a3a0 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -175,6 +175,7 @@ authors-aliases
("Michalis V" "^mvar")
("Miha Rihtaršič" "Miha Rihtarsic")
("Mikio Nakajima" "Nakajima Mikio")
+ ("Morgan Smith" "Morgan J. Smith")
("Nelson Jose dos Santos Ferreira" "Nelson Ferreira")
("Noah Peart" "noah\\.v\\.peart@gmail\\.com")
("Noorul Islam" "Noorul Islam K M")
--
2.41.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#69332: [PATCH] ; * admin/authors.el (authors-aliases): Add Morgan Smith.
2024-02-23 16:09 bug#69332: [PATCH] ; * admin/authors.el (authors-aliases): Add Morgan Smith Morgan Smith
@ 2024-02-23 16:44 ` Morgan Smith
2024-02-23 17:56 ` Eli Zaretskii
0 siblings, 1 reply; 5+ messages in thread
From: Morgan Smith @ 2024-02-23 16:44 UTC (permalink / raw)
To: 69332
Morgan Smith <Morgan.J.Smith@outlook.com> writes:
> Tags: patch
>
> I've contributed under both "Morgan Smith" and "Morgan J. Smith".
>
> I think I'd rather go by "Morgan Smith" but it is a very generic name so
> I hope there isn't a collision in the future.
Just noticed I'm also in the ".mailmap" file as "Morgan J. Smith". If
that could be changed to "Morgan Smith" I'd appreciate it.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#69332: [PATCH] ; * admin/authors.el (authors-aliases): Add Morgan Smith.
2024-02-23 16:44 ` Morgan Smith
@ 2024-02-23 17:56 ` Eli Zaretskii
2024-02-24 0:03 ` Morgan Smith
0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2024-02-23 17:56 UTC (permalink / raw)
To: Morgan Smith; +Cc: 69332
> From: Morgan Smith <Morgan.J.Smith@outlook.com>
> Date: Fri, 23 Feb 2024 11:44:49 -0500
>
> Morgan Smith <Morgan.J.Smith@outlook.com> writes:
>
> > Tags: patch
> >
> > I've contributed under both "Morgan Smith" and "Morgan J. Smith".
> >
> > I think I'd rather go by "Morgan Smith" but it is a very generic name so
> > I hope there isn't a collision in the future.
>
> Just noticed I'm also in the ".mailmap" file as "Morgan J. Smith". If
> that could be changed to "Morgan Smith" I'd appreciate it.
Please send a patch for both. I prefer not to modify the names of
other people on my own, for the obvious reasons.
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#69332: [PATCH] ; * admin/authors.el (authors-aliases): Add Morgan Smith.
2024-02-23 17:56 ` Eli Zaretskii
@ 2024-02-24 0:03 ` Morgan Smith
2024-02-24 7:34 ` Eli Zaretskii
0 siblings, 1 reply; 5+ messages in thread
From: Morgan Smith @ 2024-02-24 0:03 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 69332
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
Eli Zaretskii <eliz@gnu.org> writes:
>
> Please send a patch for both. I prefer not to modify the names of
> other people on my own, for the obvious reasons.
>
> Thanks.
Makes sense. Here you go. Thanks :)
[-- Attachment #2: 0001-Normalize-my-attributions.patch --]
[-- Type: text/x-patch, Size: 1456 bytes --]
From e529dd4324376486fb6f72e3ced328a416444653 Mon Sep 17 00:00:00 2001
From: Morgan Smith <Morgan.J.Smith@outlook.com>
Date: Fri, 23 Feb 2024 11:04:46 -0500
Subject: [PATCH] ; Normalize my attributions
* admin/authors.el (authors-aliases): Add Morgan Smith.
* .mailmap: Morgan J. Smith -> Morgan Smith
---
.mailmap | 2 +-
admin/authors.el | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.mailmap b/.mailmap
index 5e6ab5b8878..7c474fcdaf6 100644
--- a/.mailmap
+++ b/.mailmap
@@ -129,7 +129,7 @@ Maxim Nikulin <manikulin@gmail.com>
Michael Albinus <michael.albinus@gmx.de> <albinus@detlef>
Michalis V <mvar.40k@gmail.com>
Miha Rihtaršič <miha@kamnitnik.top>
-Morgan J. Smith <Morgan.J.Smith@outlook.com>
+Morgan Smith <Morgan.J.Smith@outlook.com>
Nick Drozd <nicholasdrozd@gmail.com>
Nicolas Petton <nicolas@petton.fr> <petton.nicolas@gmail.com>
Nitish Chandra <nitishchandrachinta@gmail.com>
diff --git a/admin/authors.el b/admin/authors.el
index 6c74f4dd7a1..84c8243a3a0 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -175,6 +175,7 @@ authors-aliases
("Michalis V" "^mvar")
("Miha Rihtaršič" "Miha Rihtarsic")
("Mikio Nakajima" "Nakajima Mikio")
+ ("Morgan Smith" "Morgan J. Smith")
("Nelson Jose dos Santos Ferreira" "Nelson Ferreira")
("Noah Peart" "noah\\.v\\.peart@gmail\\.com")
("Noorul Islam" "Noorul Islam K M")
--
2.41.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#69332: [PATCH] ; * admin/authors.el (authors-aliases): Add Morgan Smith.
2024-02-24 0:03 ` Morgan Smith
@ 2024-02-24 7:34 ` Eli Zaretskii
0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2024-02-24 7:34 UTC (permalink / raw)
To: Morgan Smith; +Cc: 69332-done
> From: Morgan Smith <Morgan.J.Smith@outlook.com>
> Cc: 69332@debbugs.gnu.org
> Date: Fri, 23 Feb 2024 19:03:13 -0500
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> >
> > Please send a patch for both. I prefer not to modify the names of
> > other people on my own, for the obvious reasons.
> >
> > Thanks.
>
> Makes sense. Here you go. Thanks :)
Thanks, installed.
> --- a/admin/authors.el
> +++ b/admin/authors.el
> @@ -175,6 +175,7 @@ authors-aliases
> ("Michalis V" "^mvar")
> ("Miha Rihtaršič" "Miha Rihtarsic")
> ("Mikio Nakajima" "Nakajima Mikio")
> + ("Morgan Smith" "Morgan J. Smith")
This needed a minor fix, since all members of the list except the 1st
are regexps, so "." needs to be escaped. I did it in a followup
commit.
Closing.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-02-24 7:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-23 16:09 bug#69332: [PATCH] ; * admin/authors.el (authors-aliases): Add Morgan Smith Morgan Smith
2024-02-23 16:44 ` Morgan Smith
2024-02-23 17:56 ` Eli Zaretskii
2024-02-24 0:03 ` Morgan Smith
2024-02-24 7:34 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).