D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
lib
/
node_modules
/
npm
/
scripts
/
Filename :
update-authors.sh
back
Copy
#!/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