Preview: update-authors.sh
Size: 197 B
//usr/lib/node_modules/npm/scripts/update-authors.sh
#!/bin/sh
git log --use-mailmap --reverse --format='%aN <%aE>' | perl -wnE '
BEGIN {
say "# Authors sorted by whether or not they\x27re me";
}
print $seen{$_} = $_ unless $seen{$_}
' > AUTHORS
Directory Contents
Dirs: 0 × Files: 15