Skip to content

Commit 58cc671

Browse files
committed
Add CONTRIBUTORS and build script for it
1 parent 9d741b6 commit 58cc671

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

CONTRIBUTORS

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
BrainDoctor
2+
Bruno
3+
Charlie
4+
Ed
5+
Erwin
6+
Fred
7+
FvDxxx
8+
Herman
9+
James
10+
Joe
11+
MattK
12+
Michał
13+
Paolo
14+
Patrick
15+
Ryan
16+
Scott
17+
Tim
18+
User
19+
Valentin
20+
WoJ
21+
dan
22+
dependabot[bot]
23+
error454
24+
nvnwater
25+
r4r3
26+
rarosalion
27+
shakreiner
28+
tlegras
29+
wojtek

build/update-contributors.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#1/usr/bin/env bash
2+
3+
contributors=CONTRIBUTORS
4+
[[ -f "$contributors".tmp ]] && rm -f "$contributors".tmp
5+
git shortlog -s | awk '{print $2}' > "$contributors".tmp
6+
sort -u CONTRIBUTORS.tmp > CONTRIBUTORS
7+
[[ -f "$contributors".tmp ]] && rm -f "$contributors".tmp

0 commit comments

Comments
 (0)