projects
/
invirt/scripts/git-hooks.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
I don't trust test's boolean operators.
[invirt/scripts/git-hooks.git]
/
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