]> gitweb.ps.run Git - git-hooks/commitdiff
add comment to git-hooks/post-receive main
authorpatrick-scho <patrick.schoenberger@posteo.de>
Tue, 3 Jun 2025 12:52:28 +0000 (14:52 +0200)
committerpatrick-scho <patrick.schoenberger@posteo.de>
Tue, 3 Jun 2025 12:52:28 +0000 (14:52 +0200)
git-hooks/post-receive

index 2c425d7c2d03e5ea6328da43731417245b8b385b..5301672fb00e139a3105f5f5c08a69fa17635082 100755 (executable)
@@ -29,4 +29,5 @@ for d in dirs:
         with open(hookpath, "w") as fd:
             fd.write(file)
 
+        # make hook executable
         check(["chmod", "+x", hookpath])