]> gitweb.fluxo.info Git - templater.git/commitdiff
Ikiwiki: comment git portion
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Oct 2017 13:02:15 +0000 (11:02 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Oct 2017 13:02:15 +0000 (11:02 -0200)
templater

index 170e203ea419c038d39351fbf643916633b2978a..1c5d7d6767cf548b2da86ffed5e83186b1591822 100755 (executable)
--- a/templater
+++ b/templater
@@ -207,10 +207,10 @@ function templater_ikiwiki {
       cp -r $DIRNAME/share/ikiwiki/bootstrap .
     fi
 
-    if [ -d ".git" ]; then
-      git add .
-      #git commit -a -m "Static site generation support using ikiwiki"
-    fi
+    #if [ -d ".git" ]; then
+    #  git add .
+    #  git commit -a -m "Static site generation support using ikiwiki"
+    #fi
   else
     __templater_echo "Ikiwiki already set"
   fi