summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgitrc.5.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index e8b5cd4..33ac958 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -254,16 +254,17 @@ repo.snapshots::
254repo.url:: 254repo.url::
255 The relative url used to access the repository. This must be the first 255 The relative url used to access the repository. This must be the first
256 setting specified for each repo. Default value: none. 256 setting specified for each repo. Default value: none.
257 257
258 258
259EXAMPLE CGITRC FILE 259EXAMPLE CGITRC FILE
260------------------- 260-------------------
261 261
262....
262# Enable caching of up to 1000 output entriess 263# Enable caching of up to 1000 output entriess
263cache-size=1000 264cache-size=1000
264 265
265 266
266# Specify some default clone prefixes 267# Specify some default clone prefixes
267clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git 268clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git
268 269
269# Specify the css url 270# Specify the css url
@@ -363,16 +364,17 @@ repo.desc=the kernel
363# Disable adhoc downloads of this repo 364# Disable adhoc downloads of this repo
364repo.snapshots=0 365repo.snapshots=0
365 366
366# Disable line-counts for this repo 367# Disable line-counts for this repo
367repo.enable-log-linecount=0 368repo.enable-log-linecount=0
368 369
369# Restrict the max statistics period for this repo 370# Restrict the max statistics period for this repo
370repo.max-stats=month 371repo.max-stats=month
372....
371 373
372 374
373BUGS 375BUGS
374---- 376----
375Comments currently cannot appear on the same line as a setting; the comment 377Comments currently cannot appear on the same line as a setting; the comment
376will be included as part of the value. E.g. this line: 378will be included as part of the value. E.g. this line:
377 379
378 robots=index # allow indexing 380 robots=index # allow indexing