From fbea748c39fdc346612e7b4f18d3518f55cc8424 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 7 May 2023 22:17:35 +0200 Subject: Fixes --- copy-hook | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 copy-hook (limited to 'copy-hook') diff --git a/copy-hook b/copy-hook new file mode 100755 index 0000000..a88a58d --- /dev/null +++ b/copy-hook @@ -0,0 +1,6 @@ +#!/bin/sh + +for d in *.git; do + cp BIN/post-receive-stagit $d/hooks/ + chmod +x $d/hooks/post-receive-stagit +done -- cgit v1.3