autoindex and tag use transient underlay when not committing, so do not need to disable only_committed_changes

master
Joey Hess 2013-11-17 12:51:20 -04:00
parent 7dd110ba51
commit e11a87acfa
2 changed files with 0 additions and 6 deletions

View File

@ -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 ($) {

View File

@ -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 ($) {