Created
October 1, 2018 18:58
-
-
Save kevinburke/a7b45a96328cfc46a8a5eaa697ad5a0e to your computer and use it in GitHub Desktop.
Revisions
-
kevinburke created this gist
Oct 1, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,63 @@ #!/usr/bin/env bash add_commit() { git config user.name "$1" git config user.email "$2" echo "$1 <$2>" >> AUTHORS.txt git add AUTHORS.txt git commit -m "AUTHORS.txt: add $1" ./dev/contributors.sh git add AUTHORS.txt git commit --amend --no-edit } add_commit 'Aaron Leung' '[email protected]' add_commit 'Alex Saveliev' '[email protected]' add_commit 'Antonina Cherednichenko' '[email protected]' add_commit 'Beyang Liu' '[email protected]' add_commit 'Caroline Frost' '[email protected]' add_commit 'Chelsea Otakan' '[email protected]' add_commit 'Chris Ramón' '[email protected]' add_commit 'Chris Wendt' '[email protected]' add_commit 'Dan Adler' '[email protected]' add_commit 'Dmitri Shuralyov' '[email protected]' add_commit 'Emil Davtyan' '[email protected]' add_commit 'Farhan Attamimi' '[email protected]' add_commit 'Felix Becker' '[email protected]' add_commit 'Gabriel Aszalos' '[email protected]' add_commit 'Geoffrey Gilmore' '[email protected]' add_commit 'Ildar Isaev' '[email protected]' add_commit 'Isaac Snow' '[email protected]' add_commit 'James McGillicuddy' '[email protected]' add_commit 'Jamie Wilson' '[email protected]' add_commit 'John Rothfels' '[email protected]' add_commit 'Jon Poler' '[email protected]' add_commit 'Jonathan Poler' '[email protected]' add_commit 'Josh Bleecher Snyder' '[email protected]' add_commit 'Julien Chien' '[email protected]' add_commit 'Keegan Carruthers-Smith' '[email protected]' add_commit 'Kevin Burke' '[email protected]' add_commit 'Leo Succar-Ferré' '[email protected]' add_commit 'Linda Xie' '[email protected]' add_commit 'Martin Amps' '[email protected]' add_commit 'Mate Kovacs' '[email protected]' add_commit 'Matt King' '[email protected]' add_commit 'Matt Sprague' '[email protected]' add_commit 'Máté Kovács' '[email protected]' add_commit 'Nick Snyder' '[email protected]' add_commit 'Nico Tonozzi' '[email protected]' add_commit 'Pararth Shah' '[email protected]' add_commit 'Quinn Slack' '[email protected]' add_commit 'Renfred Harper' '[email protected]' add_commit 'Rich Taylor' '[email protected]' add_commit 'Richard Musiol' '[email protected]' add_commit 'Rohan Pai' '[email protected]' add_commit 'Samuel Lavery' '[email protected]' add_commit 'Seebs' '[email protected]' add_commit 'Shantanu Gupta' '[email protected]' add_commit 'Sourcegraph' '[email protected]' add_commit 'Stephen Gutekanst' '[email protected]' add_commit 'Unknown' '[email protected]' add_commit 'Vanesa Ortiz' '[email protected]' add_commit 'ddhanks' '[email protected]' add_commit 'uforic' '[email protected]'