diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-06-08 10:47:14 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-06-08 10:47:14 +0200 |
commit | a8a3ffe3da5129790fbcce02f863fadb84d09cfe (patch) | |
tree | 7ccfc72b5b2834c21b21fd6d466296d31ff95281 | |
parent | 1d24ab2acc39556b99c937e0ee7f2d8dbf538c31 (diff) |
Drop tag autocommit: Wrecks havoc with multiple remotes.
-rw-r--r-- | config/ikiwiki.setup.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index 384ec82..afeda04 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -46,4 +46,4 @@ multimarkdown: 1 #allowed_attachments: maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg))) allowed_attachments: (*.png or *.gif or *.jpg) tagbase: tag -tag_autocreate_commit: 1 +tag_autocreate_commit: 0 |