Skip to content

Instantly share code, notes, and snippets.

@AddisonG
AddisonG / mailmap_maker.py
Created October 25, 2023 05:17
Automatically build a .mailmap file
#!/usr/bin/env python3
"""
Run this like:
cd /my/git/dir/
git shortlog -s -n -e | python3 ~/mailmap.py > .mailmap
"""
import sys