| .. | |||||
| changelog.js | |||||
| clean-old.sh | |||||
| dep-update | |||||
| dev-dep-update | |||||
| doc-build.sh | |||||
| gen-changelog | |||||
| gen-dev-ignores.js | |||||
| index-build.js | |||||
| install.sh | |||||
| maketest | |||||
| publish-tag.js | |||||
| release.sh | |||||
| relocate.sh | |||||
| update-authors.sh |
#!/bin/sh
git log --reverse --format='%aN <%aE>' | perl -wnE '
BEGIN {
say "# Authors sorted by whether or not they\x27re me";
}
print $seen{$_} = $_ unless $seen{$_}
' > AUTHORS
| .. | |||||
| changelog.js | |||||
| clean-old.sh | |||||
| dep-update | |||||
| dev-dep-update | |||||
| doc-build.sh | |||||
| gen-changelog | |||||
| gen-dev-ignores.js | |||||
| index-build.js | |||||
| install.sh | |||||
| maketest | |||||
| publish-tag.js | |||||
| release.sh | |||||
| relocate.sh | |||||
| update-authors.sh |