]> gerrit.simantics Code Review - simantics/district.git/blob - scripts/update-authors.sh
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / scripts / 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