]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commit
autoindex: remove unnecessary special case for transient underlay
authorSimon McVittie <smcv@debian.org>
Mon, 9 Apr 2012 14:12:35 +0000 (15:12 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 4 Jul 2014 08:22:57 +0000 (09:22 +0100)
commit3ba2ef1a54c75a83b6f90a6c01730812ef834086
tree975ceff1b71eea802177be60c9b5dcf8638d84a6
parent532d05be9e4e5bc43b61612c1cc0a17f4389f040
autoindex: remove unnecessary special case for transient underlay

It's not clear that the transient underlay should be excluded from
indexing; see [[bugs/transient autocreated tagbase is not transient
autoindexed]].

In any case, the code that checks what directories might need indexes
specifically checks for the srcdir anyway, so the only effect this extra
check can have is negative (it could fail to notice files in the
transient underlay and attempt to recreate them unnecessarily).
IkiWiki/Plugin/autoindex.pm