From 1a40e097c8854d5a0e65c070addaa7e3337635c0 Mon Sep 17 00:00:00 2001 From: patrick-scho Date: Tue, 3 Jun 2025 14:52:28 +0200 Subject: [PATCH] add comment to git-hooks/post-receive --- git-hooks/post-receive | 1 + 1 file changed, 1 insertion(+) diff --git a/git-hooks/post-receive b/git-hooks/post-receive index 2c425d7..5301672 100755 --- a/git-hooks/post-receive +++ b/git-hooks/post-receive @@ -29,4 +29,5 @@ for d in dirs: with open(hookpath, "w") as fd: fd.write(file) + # make hook executable check(["chmod", "+x", hookpath]) -- 2.50.1