treesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorpatrick-scho2025-06-03 14:52:28 +0200
committerpatrick-scho2025-06-03 14:52:28 +0200
commit1a40e097c8854d5a0e65c070addaa7e3337635c0 (patch)
tree07ed49e6f4c6d46d08f08134a639a7a6d5176ecb
parent90adeedc76015870bacbe292de6331d077307200 (diff)
downloadgit-hooks-1a40e097c8854d5a0e65c070addaa7e3337635c0.tar.gz
git-hooks-1a40e097c8854d5a0e65c070addaa7e3337635c0.zip
add comment to git-hooks/post-receiveHEADmain
-rwxr-xr-xgit-hooks/post-receive1
1 files changed, 1 insertions, 0 deletions
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])