Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
openid-selector: remove ClaimID
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
autoindex.pm
diff --git
a/IkiWiki/Plugin/autoindex.pm
b/IkiWiki/Plugin/autoindex.pm
index dede9eb05cf3fafc9e4cc8e4d9ad013a088417a5..78571b27677d4377892f8f9a451f1c87dbde365a 100644
(file)
--- a/
IkiWiki/Plugin/autoindex.pm
+++ b/
IkiWiki/Plugin/autoindex.pm
@@
-33,9
+33,6
@@
sub checkconfig () {
if (! defined $config{autoindex_commit}) {
$config{autoindex_commit} = 1;
}
if (! defined $config{autoindex_commit}) {
$config{autoindex_commit} = 1;
}
- if (! $config{autoindex_commit}) {
- $config{only_committed_changes}=0;
- }
}
sub genindex ($) {
}
sub genindex ($) {