]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/scripts/update-authors.sh
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / 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