From: Dan Brook Date: Mon, 6 Jun 2011 11:15:30 +0000 (+0200) Subject: Change default local config to not search recursively. X-Git-Tag: 0.003003~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=625baca454119cee9f30398f4559f90001e944ed Change default local config to not search recursively. This is non-optimal default behaviour, if repo_dir isn't just a bunch of repos this could potentially slow things down a lot. --- diff --git a/gitalist_local.conf b/gitalist_local.conf index 87dbb01..c19eef7 100644 --- a/gitalist_local.conf +++ b/gitalist_local.conf @@ -4,7 +4,7 @@ # This file is suppressed from the built dist by MANIFEST.SKIP, so you # don't have this config if you install from CPAN. repo_dir __path_to(../)__ - search_recursively 1 + search_recursively 0 # export_ok .export-ok # whitelist __path_to(../project.list)__