commit ea51fcfa612b96aad6d33267ee006cde48e33679
parent 6d60655f545df46a0930b908a3f0084bed0f574e
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Thu, 13 Jan 2022 19:22:37 +0100

Stop using dumb http protocol

Diffstat:
Mnon-interactive/post-update-hook | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/non-interactive/post-update-hook b/non-interactive/post-update-hook @@ -1,6 +1,7 @@ #!/bin/sh -git update-server-info +# uncomment this line to pack repository for dumb http protocol clone/fetch +# git update-server-info # if repository is public, mirror to SourceHut and GitHub if [ -f "git-daemon-export-ok" ] && [ -f "category" ]; then