diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-05-21 05:06:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-05-22 04:27:39 +0300 |
commit | 55dcc1cc024b078bd325b3f21e9b1555a5d16cc5 (patch) | |
tree | e2d7ce0c9907c40c04e85c4347e498187232c667 /tools | |
parent | 589b19879042f2bc88f4781c19b7d7eedd03c231 (diff) | |
download | hercules-55dcc1cc024b078bd325b3f21e9b1555a5d16cc5.tar.gz hercules-55dcc1cc024b078bd325b3f21e9b1555a5d16cc5.tar.bz2 hercules-55dcc1cc024b078bd325b3f21e9b1555a5d16cc5.tar.xz hercules-55dcc1cc024b078bd325b3f21e9b1555a5d16cc5.zip |
Add script for generate authors list
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/authors.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/authors.sh b/tools/authors.sh new file mode 100755 index 000000000..a5b601d37 --- /dev/null +++ b/tools/authors.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +git log --format=format:"%aN <%aE>"|grep -v "54d463be-8e91-2dee-dedb-b68131a5f0ec"|sort|uniq |