verdaccio/scripts/generate_authors.sh

6 lines
113 B
Bash
Raw Normal View History

2017-04-12 21:04:44 +02:00
#!/bin/sh
git shortlog -se \
| perl -spe 's/^\s+\d+\s+//' \
| sed -e '/^CommitSyncScript.*$/d' \
> AUTHORS