Removed now unused git hooks

This commit is contained in:
Nayruden 2016-01-25 16:51:24 -05:00
parent e796e716fb
commit f931f3a2c3
3 changed files with 1 additions and 20 deletions

View File

@ -1,12 +0,0 @@
#!/bin/sh
#
# .git/hooks/post-commit
#
if [ -a .commit ]
then
rm .commit
find . -name "*.build" -exec sh -c "echo `date '+%s'` > {}" \;
git add *.build
git commit --amend -C HEAD --no-verify
fi

View File

@ -1,7 +0,0 @@
#!/bin/sh
#
# .git/hooks/pre-commit
#
# Prevent infinite loops on post-commit
touch .commit

View File

@ -1 +1 @@
1453758620
1453758684