Skip to content
This repository was archived by the owner on Mar 23, 2019. It is now read-only.

Commit bf02438

Browse files
author
Chris Houseknecht
committed
Add pre-commit script and update AUTHORS
1 parent 7bcac34 commit bf02438

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

AUTHORS

+11-7
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,26 @@ Ansible Container has been contribued to by the following authors:
33

44
Chris Houseknecht <[email protected]>
55
Joshua "jag" Ginsberg <[email protected]>
6-
Matt Clay <[email protected]>
76
Shubham Minglani <[email protected]>
7+
Matt Clay <[email protected]>
88
Greg DeKoenigsberg <[email protected]>
99
Sandra Wills <[email protected]>
10+
Dusty Mabe <[email protected]>
1011
Charlie Drage <[email protected]>
12+
Roderick Randolph <[email protected]>
1113
chouseknecht <[email protected]>
12-
Will Thames <[email protected]>
1314
Todd Barr <[email protected]>
14-
Arnaud Moret <arnaud.moret@gmail.com>
15-
Daniel Heitmann <[email protected]>
15+
Will Thames <wthames@redhat.com>
16+
Grzegorz Nosek <[email protected]>
1617
Abhishek Pratap Singh <[email protected]>
18+
Daniel Heitmann <[email protected]>
19+
Arnaud Moret <[email protected]>
1720
Evan Zeimet <[email protected]>
18-
Gerard Braad <[email protected]>
19-
Sidharth Surana <[email protected]>
20-
Andrea De Pirro <[email protected]>
2121
Ali Asad Lotia <[email protected]>
2222
Chrrrles Paul <[email protected]>
23+
Andrea De Pirro <[email protected]>
24+
Pierre-Louis Bonicoli <[email protected]>
2325
Jeff Geerling <[email protected]>
2426
Shea Stewart <[email protected]>
27+
Gerard Braad <[email protected]>
28+
Sidharth Surana <[email protected]>

pre-commit

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
#
3+
# Copy this script to .git/hooks/pre-commit
4+
#
5+
6+
python update-authors.py > AUTHORS
7+
git add AUTHORS

0 commit comments

Comments
 (0)