projects
/
invirt/packages/invirt-dev.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added git hooks to invirt-dev package
[invirt/packages/invirt-dev.git]
/
git-hooks
/
sub
/
post-receive
1
#!/bin/sh
2
3
file=`mktemp -t git-post-receive.XXXXXX` || exit $?
4
cat >$file
5
6
"$PWD"/hooks/zephyr-post-receive <$file
7
8
rm -f $file