commit f051663b1783033f8fe0a279f454990775fbf912
parent e8a8fda25f9659a86c73e5a40e0fd1b60d6984e8
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Sat, 11 Jul 2020 22:15:35 +0200

Add Git fetching through http

Diffstat:
Mgit-shell-commands/init | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/git-shell-commands/init b/git-shell-commands/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"