]> git.cameronkatri.com Git - cgit.git/commitdiff
cgitrc.5.txt: document repo.scan and cache-scanrc-ttl
authorLars Hjemli <hjemli@gmail.com>
Thu, 20 Aug 2009 15:42:14 +0000 (17:42 +0200)
committerLars Hjemli <hjemli@gmail.com>
Mon, 24 Aug 2009 08:22:58 +0000 (10:22 +0200)
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
cgitrc.5.txt

index 0d1829069c7a4465ea02525eb9844ff33a86f2ef..68ae2edb1cac1b3dc044e56f53ccf5b883cc9fd3 100644 (file)
@@ -54,6 +54,10 @@ cache-root-ttl::
        Number which specifies the time-to-live, in minutes, for the cached
        version of the repository index page. Default value: "5".
 
+cache-scanrc-ttl::
+       Number which specifies the time-to-live, in minutes, for the result
+       of scanning a path for git repositories. Default value: "15".
+
 cache-size::
        The maximum number of entries in the cgit cache. Default value: "0"
        (i.e. caching is disabled).
@@ -199,6 +203,11 @@ repo.group::
        A value for the current repository group, which all repositories
        specified after this setting will inherit. Default value: none.
 
+repo.scan::
+       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. Default value: none. See also: cache-scanrc-ttl.
+
 robots::
        Text used as content for the "robots" meta-tag. Default value:
        "index, nofollow".