This commit is contained in:
Jabberwocky238
2026-07-29 06:51:43 -04:00
parent 68cda1972c
commit 319f5dd148
64 changed files with 4952 additions and 2186 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
# Default simplegit hook policy. Deployments can replace it with -hook-script.
# $1 is the Git hook type, $2 is the owner/name repository, remaining arguments
# are the original Git hook arguments. Original stdin and GIT_* env are intact.
exit 0