forked from TeamUlysses/utime
Removed now unused git hooks
This commit is contained in:
parent
e796e716fb
commit
f931f3a2c3
@ -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
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# .git/hooks/pre-commit
|
||||
#
|
||||
|
||||
# Prevent infinite loops on post-commit
|
||||
touch .commit
|
@ -1 +1 @@
|
||||
1453758620
|
||||
1453758684
|
||||
|
Loading…
Reference in New Issue
Block a user