added hook folder to repo

This commit is contained in:
2025-05-11 19:54:14 -05:00
parent 861b820ec6
commit a8c6ff1752
19 changed files with 892 additions and 0 deletions

8
hooks/post-update.sample Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
#
# An example hook script to prepare a packed repository for use over
# dumb transports.
#
# To enable this hook, rename this file to "post-update".
exec git update-server-info