Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

master
Joey Hess 2008-07-07 01:51:49 -04:00
commit 2aac9cdb30
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Currently, if ikiwiki is rebuilding then search.pm will (wastefully)
create its configuration files every time it indexes a file.
[This patch](http://gmcmanus.org/0001-search-generate-configuration-files-once-only-when.patch)
ensures the configuration files are created only once.
--Gabriel