From 739e849e108892884c5581464403726b482797a4 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Thu, 30 Oct 2025 10:55:56 +0000 Subject: moved some files around to better organiz, added new-repo git command --- git-hooks/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-hooks') diff --git a/git-hooks/post-receive b/git-hooks/post-receive index 6445e0b..21c3503 100755 --- a/git-hooks/post-receive +++ b/git-hooks/post-receive @@ -28,4 +28,4 @@ echo "[$(date)] BEGIN PUSH $REPO_PATH" >> "$LOGFILE" git push --mirror "$REPO_URL" >> "$LOGFILE" 2>&1 echo "[$(date)] END PUSH $REPO_PATH" >> "$LOGFILE" -# vim: filetype=sh +# vim: filetype=bash -- cgit v1.2.3