From: Silvio Rhatto Date: Fri, 27 Oct 2017 13:02:15 +0000 (-0200) Subject: Ikiwiki: comment git portion X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=415c5c6d45e30614d786c7b545904fa40841c67b;p=templater.git Ikiwiki: comment git portion --- diff --git a/templater b/templater index 170e203..1c5d7d6 100755 --- 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