projects
/
invirt/scripts/git-hooks.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update git-hooks notes to reflect asynchronous design
[invirt/scripts/git-hooks.git]
/
super
/
pre-receive
1
#!/bin/sh
2
3
file=`mktemp -t git-pre-receive.XXXXXX` || exit $?
4
cat >$file
5
6
"$PWD"/hooks/build-pre-receive <$file
7
8
rm -f $file