projects
/
anna.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
test
[anna.git]
/
scripts
/
git
/
use_post-update.sh
1
#!/bin/sh
2
# THIS ONLY IS EFFECTIVE IF YOU ARE WORKING ON THE GIT SERVER HOST
3
cd `dirname $0`/../../.git/hooks
4
mv post-update.sample post-update 2>/dev/null