aboutsummaryrefslogtreecommitdiff
path: root/templater
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-27 11:02:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-27 11:02:15 -0200
commit415c5c6d45e30614d786c7b545904fa40841c67b (patch)
tree1a4e0beb620d783ef781f83c8ec2d322e4cd1a7a /templater
parent9d04208dd0ef69a9e69b2b4d4860414ed0c45a16 (diff)
downloadtemplater-415c5c6d45e30614d786c7b545904fa40841c67b.tar.gz
templater-415c5c6d45e30614d786c7b545904fa40841c67b.tar.bz2
Ikiwiki: comment git portion
Diffstat (limited to 'templater')
-rwxr-xr-xtemplater8
1 files changed, 4 insertions, 4 deletions
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