]> gerrit.simantics Code Review - simantics/district.git/blob - update-authors.sh
75a6e549b16dd5825e23a3600067d5c690bc989a
[simantics/district.git] / update-authors.sh
1 #!/bin/sh
2
3 git log --reverse --format='%aN <%aE>' | perl -wnE '
4 BEGIN {
5   say "# Authors sorted by whether or not they\x27re me";
6 }
7
8 print $seen{$_} = $_ unless $seen{$_}
9 ' > AUTHORS