summaryrefslogtreecommitdiff
path: root/scripts/install-hooks.sh
AgeCommit message (Collapse)AuthorLines
13 hoursCentralize repo and hook management: add repos.txt and install.shyyamashita-36/+0
All bare repo creation is now driven by repos.txt in this repo. install.sh replaces install-hooks.sh and handles both repo creation and hook deployment. Other repos' server-setup.sh no longer manage bare repos or hooks. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 hoursManage all server-side git hooks in this repositoryyyamashita-0/+36
Add server-hooks/<repo>/post-receive for all repos and scripts/install-hooks.sh to deploy them manually on the server. Hooks are not auto-installed on git push for security. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>