diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-17 11:03:53 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-17 11:03:53 +0800 |
commit | 894cf6f88a640c2bc796caa3c61e5b7ed787683b (patch) | |
tree | 3381b3e2aeb9d740c191edfdf670dd32ad7939c5 /forge.scfg | |
parent | README.md: s/PGP/SSH/ for commit signature verification (diff) | |
download | forge-894cf6f88a640c2bc796caa3c61e5b7ed787683b.tar.gz forge-894cf6f88a640c2bc796caa3c61e5b7ed787683b.tar.zst forge-894cf6f88a640c2bc796caa3c61e5b7ed787683b.zip |
git_init.go: git_bare_init_with_default_hooks
Diffstat (limited to 'forge.scfg')
-rw-r--r-- | forge.scfg | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -21,6 +21,7 @@ db { conn postgresql:///lindenii-forge?host=/var/run/postgresql } -git { - hooks_socket /var/run/lindenii/forge/hooks.sock +hooks { + socket /var/run/lindenii/forge/hooks.sock + execs /usr/libexec/lindenii/forge/hooks } |