autoindex and tag use transient underlay when not committing, so do not need to disable only_committed_changes
parent
7dd110ba51
commit
e11a87acfa
|
@ -33,9 +33,6 @@ sub checkconfig () {
|
|||
if (! defined $config{autoindex_commit}) {
|
||||
$config{autoindex_commit} = 1;
|
||||
}
|
||||
if (! $config{autoindex_commit}) {
|
||||
$config{only_committed_changes}=0;
|
||||
}
|
||||
}
|
||||
|
||||
sub genindex ($) {
|
||||
|
|
|
@ -58,9 +58,6 @@ sub checkconfig () {
|
|||
if (! defined $config{tag_autocreate_commit}) {
|
||||
$config{tag_autocreate_commit} = 1;
|
||||
}
|
||||
if (! $config{tag_autocreate_commit}) {
|
||||
$config{only_committed_changes}=0;
|
||||
}
|
||||
}
|
||||
|
||||
sub taglink ($) {
|
||||
|
|
Loading…
Reference in New Issue