From 297ad4c1c336b701919371a2a8c546e2ef248f7e Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 4 Feb 2026 10:45:59 +0100 Subject: [PATCH] Change e-mail, and add .mailmap Mapped my old e-mail to the new one. git shortlog -sne also showed commits from , which is no-longer a valid e-mail. This has also been mapped. --- .gitconfig | 2 +- .mailmap | 2 ++ .stow-local-ignore | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .mailmap diff --git a/.gitconfig b/.gitconfig index 8f008ee..270865e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,6 @@ [user] name = Quinn - email = quinnthepigeon@proton.me + email = quinn@thepigeongenerator.xyz signingkey = 47378BDBE5E29830 [tag] gpgSign = true diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..ff66e61 --- /dev/null +++ b/.mailmap @@ -0,0 +1,2 @@ +Quinn +Quinn diff --git a/.stow-local-ignore b/.stow-local-ignore index b4ebd12..600a47d 100644 --- a/.stow-local-ignore +++ b/.stow-local-ignore @@ -1,4 +1,5 @@ \.git \.gitmodules +\.mailmap LICENSE README\.md