Commit graph

11 commits

Author SHA1 Message Date
Andrew Clayton
44709bea08 .mailmap: Add an entry for Ava's GitHub address
You can always see the original names/addresses used by passing
--no-mailmap to the various git commands.

See gitmailmap(5)

Reviewed-by: Ava Hahn <a.hahn@f5.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-05-14 23:57:51 +01:00
Dylan Arbour
63bc388238 .mailmap: Map Dylan's 2nd GitHub address
I changed a setting and now GitHub will recognize both the legacy
numberless version, and the newer version with UserID.

The with-UserID version will be used by the any changes stemming from
the GitHub GUI.

Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
Signed-off-by: Dylan Arbour <d.arbour@f5.com>
2024-03-07 19:04:40 -05:00
Andrew Clayton
bca44630ed .mailmap: Map Dylan's GitHub address
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-02-21 16:06:42 +00:00
Andrew Clayton
914cd4e354 .mailmap: Map some more personal addresses
Add more entries for Andrei and Konstantin and an entry for Dan.

Reviewed-by: Dan Callahan <d.callahan@f5.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-02-20 13:29:52 +00:00
Andrew Clayton
e95a91cbfa .mailmap: Add a few more entries
Fix up a mixture of different names/email addresses people have used.

You can always see the original names/addresses used by passing
--no-mailmap to the various git commands.

See gitmailmap(5)

Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-01-12 18:33:27 +00:00
Andrew Clayton
6ee5d5553f .mailmap: Fix up Taryn's email address
Map her GitHub noreply address to her @f5 one.

You can always see the original address used by passing --no-mailmap to
the various git commands.

Note: We don't always need the name field, but we're keeping this file
consistent and alphabetically ordered on first name...

Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-01-11 01:18:57 +00:00
Andrew Clayton
846a7f4836 .mailmap: Set correct address for Danielle
Due to GH making a mess of merge commits, it used Danielle's personal
email address for the merge, it also used a generic GH address for the
committer but we can't do anything about that. However we can fix the
'Author' email address.

If for some reason you want to see the original names/addresses used you
can generally pass --no-mailmap to git commands.

Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2023-12-06 14:08:35 +00:00
Alejandro Colomar
299e783e5d .mailmap: updated address for Alex.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2023-10-25 15:20:07 +01:00
Alejandro Colomar
578f3c4c11 Using names in .mailmap.
In this case, Andrew always committed under the same name, so it's not
strictly necessary.

This is for consistency, so that it's clearer whose is an email address.
It also makes it easier to sort the names alphabetically.

Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
Signed-off-by: Alejandro Colomar <alx@nginx.com>
2023-05-21 01:06:26 +02:00
Alejandro Colomar
766a565b2f Added Alex to .mailmap.
Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
Signed-off-by: Alejandro Colomar <alx@nginx.com>
2023-05-21 01:06:26 +02:00
Andrew Clayton
2e69b7eb57 Added a .mailmap file.
This file is used by git (maybe also hg) to map different identities.

It can be used to map different names/email addresses to a preferred
name/email. So if you have authored/committed under different
names/email addresses you can map all these to a particular name/email.
Certain git commands (log, shortlog, show, blame etc) will consult this
file and show the Author/Committer accordingly.

Note: This does _not_ change history, this is simply used by various
commands to alter their output and can be disabled for some commands
with the --no-mailmap option.

This can be useful for commands like git shortlog so that all your
commits are shown under a single identity and also so people have an
up to date email address should they wish to contact you. And just for
overall consistency.

Seeing as I've already committed under two different email addresses
(not counting this one), I've put entries in this file to map my email
addresses to my @nginx.com one.

See also, gitmailmap(5).

Acked-by: Alex Colomar <alx@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2022-10-03 14:16:44 +01:00