UNPKG

183 Bapplication/x-shView Raw
1#!/bin/sh
2
3git log --reverse --format='%aN <%aE>' | perl -wnE '
4BEGIN {
5 say "# Authors sorted by whether or not they\x27re me";
6}
7
8print $seen{$_} = $_ unless $seen{$_}
9' > AUTHORS