1
0
mirror of https://github.com/ansible/galaxy.git synced 2026-02-05 09:45:11 +01:00
Files
galaxy/pre-commit
Chris Houseknecht 68dd7bec53 Configure mailmap
2016-09-28 22:39:38 -04:00

8 lines
110 B
Bash
Executable File

#!/bin/sh
#
# Copy this script to .git/hooks/pre-commit
#
python update-authors.py > AUTHORS
git add AUTHORS