Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env sh
git log --date=format:%Y --format='%ad %aN <%ae>' | sort | uniq | awk '
BEGIN {
NAUTHORS=0
MIN_YEAR=2025
USE_DASH=0
MAP["Andrew Zonenberg <azonenberg@drawersteak.com>"] = "Andrew D. Zonenberg <azonenberg@drawersteak.com>"
MAP["bvernoux <bvernoux@gmail.com>"] = "Benjamin Vernoux <bvernoux@gmail.com>"
}
{