ctucx.git: stagit

ctucx' stagit fork

commit 7b8dc7899b2de2774be7c9c0bdac7d6d4d36bfa1
parent f417217875dd79d2ba8eae618e93255976a92e01
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date: Thu, 13 Jan 2022 19:26:22 +0100

Stop using dumb http protocol
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/example_create.sh b/example_create.sh
@@ -44,7 +44,6 @@ make_repo_web() {
     [ -f "about.html" ] \
         && ln -sf "about.html" "index.html" \
         || ln -sf "log.html" "index.html"
-    ln -sfT "$1" ".git"
 
     echo "done"
 }
diff --git a/example_post-receive.sh b/example_post-receive.sh
@@ -57,7 +57,6 @@ make_repo_web() {
     [ -f "about.html" ] \
         && ln -sf "about.html" "index.html" \
         || ln -sf "log.html" "index.html"
-    ln -sfT "$1" ".git"
 
     echo "done"
 }