git-repo

Tools for sharing git bare repositories
git clone git://git.meso-star.fr/git-repo.git
Log | Files | Refs | README | LICENSE

commit be48f837cc1c006e17fd036fe090f6d24b215765
parent 7201734e8b48b6196a0e1089dc442485595add08
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 26 May 2025 19:07:42 +0200

Fix path to post-receive hook template

Diffstat:
Mgit-publish | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-publish b/git-publish @@ -112,7 +112,7 @@ setup_post_receive_hook() if [ -e "post-receive.in" ]; then hook="post-receive.in" else - hook="/etc/git-publish/post-receive.in" + hook="/etc/git-repo/post-receive.in" fi # Generate the post-receive script