author | Julius Plenz <plenz@cis.fu-berlin.de> | 2011-03-10 16:03:24 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2011-03-26 14:21:07 (UTC) |
commit | facca560d903351ddf1b8a41faafcd1f76de5c7c (patch) (side-by-side diff) | |
tree | a122fcc2dea563ce5c803851a48dcb3fa27dfb9c | |
parent | 0a799424f682071da9f5b632d1394308e9255bb5 (diff) | |
download | cgit-facca560d903351ddf1b8a41faafcd1f76de5c7c.zip cgit-facca560d903351ddf1b8a41faafcd1f76de5c7c.tar.gz cgit-facca560d903351ddf1b8a41faafcd1f76de5c7c.tar.bz2 |
Add advice about scan-path in cgitrc.5.txt
Signed-off-by: Julius Plenz <plenz@cis.fu-berlin.de>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | cgitrc.5.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index be8483c..65b210f 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -286,10 +286,11 @@ scan-path:: A path which will be scanned for repositories. If caching is enabled, the result will be cached as a cgitrc include-file in the cache directory. If project-list has been defined prior to scan-path, scan-path loads only the directories listed in the file pointed to by - project-list. Default value: none. See also: cache-scanrc-ttl, - project-list. + project-list. Be advised that only the global settings taken + before the scan-path directive will be applied to each repository. + Default value: none. See also: cache-scanrc-ttl, project-list. section:: The name of the current repository section - all repositories defined after this option will inherit the current section name. Default value: |