projects
/
invirt/scripts/git-hooks.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
revise pseudocode in notes to be more robust
[invirt/scripts/git-hooks.git]
/
super
/
post-receive
diff --git
a/super/post-receive
b/super/post-receive
index
e6987f1
..
53bd274
100755
(executable)
--- a/
super/post-receive
+++ b/
super/post-receive
@@
-1,6
+1,6
@@
#!/bin/sh
-file=`mktemp -t git-receive.XXXXXX` || exit $?
+file=`mktemp -t git-post-receive.XXXXXX` || exit $?
cat >$file
"$PWD"/hooks/zephyr-post-receive <$file