summaryrefslogtreecommitdiffabout
path: root/cgitrc.5.txt
authorLars Hjemli <hjemli@gmail.com>2009-08-20 15:42:14 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2009-08-24 08:22:58 (UTC)
commitb4dc93dc76fabf043b7679f8fcab91cdb1f418c6 (patch) (side-by-side diff)
tree645b27315e1b8adaefe88083f6416e0743faef9b /cgitrc.5.txt
parentd746827ec43a6dd53bce56ee8d8100a03383329e (diff)
downloadcgit-b4dc93dc76fabf043b7679f8fcab91cdb1f418c6.zip
cgit-b4dc93dc76fabf043b7679f8fcab91cdb1f418c6.tar.gz
cgit-b4dc93dc76fabf043b7679f8fcab91cdb1f418c6.tar.bz2
cgitrc.5.txt: document repo.scan and cache-scanrc-ttl
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgitrc.5.txt') (more/less context) (ignore whitespace changes)
-rw-r--r--cgitrc.5.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index 0d18290..68ae2ed 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -56,2 +56,6 @@ cache-root-ttl::
+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::
@@ -201,2 +205,7 @@ repo.group::
+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::