Remove old files, approaching hooks differently now

This commit is contained in:
Nayruden 2016-01-01 10:10:35 -05:00
parent 43f88a1e67
commit 8d65e27634
4 changed files with 1 additions and 21 deletions

View File

@ -1,12 +0,0 @@
#!/bin/sh
#
# .git/hooks/post-commit
#
if [ -a .commit ]
then
rm .commit
echo `date '+%s'` > ulx.build
git add ulx.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 @@
1451660978
1451661035

View File

@ -1 +0,0 @@
1448335670