From: patrick-scho Date: Tue, 3 Jun 2025 12:52:28 +0000 (+0200) Subject: add comment to git-hooks/post-receive X-Git-Url: https://gitweb.ps.run/git-hooks/commitdiff_plain/1a40e097c8854d5a0e65c070addaa7e3337635c0 add comment to git-hooks/post-receive --- 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])