commit cde02850e648c71b464fdae18121a75523937cc7
parent 8fa6a4407e8d19274315a517644473c96bb9151b
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date: Sat, 11 Jul 2020 22:15:35 +0200
Add Git fetching through http
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/init b/init
@@ -11,6 +11,7 @@ mkdir "$p" && \
cd "$p" && \
git --bare init
ln -sf "/usr/local/share/doc/stagit/example_post-receive.sh" "hooks/post-receive"
+ln -sf "hooks/post-update.sample" "hooks/post-update"
echo "Oscar Benedito" > "owner"
echo "git://git.oscarbenedito.com/${p%.git}" > "url"