From c8a6991f425ac843ce692df28cc02b9c408f9c1b Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 29 Apr 2020 14:17:07 -0400 Subject: Merge duplicates in .mailmap I gave preference to the email address with the larger number of commits. To find duplicates, I used the script ```bash for i in $(git shortlog -nse | sed s'/^\s*[0-9]*\s*//g' | grep -o '^[^<]*' | sed s'/\s*$//g' | sed s'/ /,/g'); do if [ $(git shortlog -nse | sed s'/ /,/g' | grep -c "$i") -gt 1 ]; then git shortlog -nse | grep "$(echo "$i" | sed s'/,/ /g')"; fi; done ``` --- .mailmap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mailmap b/.mailmap index ce7c9cda0b..6474a9d164 100644 --- a/.mailmap +++ b/.mailmap @@ -115,11 +115,13 @@ Russell O'Connor roconnor-blockstream cpaulin Christine Paulin mohring Pierre-Marie Pédrot ppedrot +Pierre-Marie Pédrot Pierre-Marie Pédrot Frederic Peschanski fredokun Clément Pit-Claudel Clément Pit--Claudel Clément Pit-Claudel Clément Pit-Claudel Loïc Pottier pottier Matthias Puech puech +Robert Rand Robert Rand Lars Rasmusson larsr Lars Rasmusson larsr Daniel de Rauglaudre ddr -- cgit v1.2.3