firehol/hooks/post-commit
2016-01-10 16:47:46 +00:00

8 lines
116 B
Bash
Executable File

#!/bin/sh
if [ -x ./packaging/update-tags ]
then
exec git diff HEAD^ | ./packaging/update-tags -
else
exit 0
fi