forked from TeamUlysses/ulx
Remove old files, approaching hooks differently now
This commit is contained in:
parent
43f88a1e67
commit
8d65e27634
@ -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
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# .git/hooks/pre-commit
|
||||
#
|
||||
|
||||
# Prevent infinite loops on post-commit
|
||||
touch .commit
|
Loading…
Reference in New Issue
Block a user