Skip to content

Commit

Permalink
Configure mailmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Houseknecht committed Sep 29, 2016
1 parent 7c5a71a commit 68dd7be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Chris Houseknecht <[email protected]> <[email protected]>
Chris Houseknecht <[email protected]> chouseknecht
Chris Houseknecht <[email protected]> chouseknecht <[email protected]>
Chris Houseknecht <[email protected]> vagrant <[email protected]>
Chris Houseknecht <[email protected]> chouseknecht <[email protected]>
Chris Houseknecht <[email protected]> Chris Houseknecht <[email protected]>
Chris Houseknecht <[email protected]> chouseknecht <[email protected]>
7 changes: 7 additions & 0 deletions pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
#
# Copy this script to .git/hooks/pre-commit
#

python update-authors.py > AUTHORS
git add AUTHORS

0 comments on commit 68dd7be

Please sign in to comment.