aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJason Gross2020-04-29 14:17:07 -0400
committerJason Gross2020-04-29 14:17:07 -0400
commitc8a6991f425ac843ce692df28cc02b9c408f9c1b (patch)
tree142bdff5b451234d2d52edfd34148f72fb4559da /tools
parent62105448c40adfff86c9b191e6de2335839a7b37 (diff)
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 ```
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions