diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2009-02-12 10:02:09 +0100 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2009-02-12 10:02:09 +0100 | 
| commit | b875a9eedaeb93f24c375a1b7650c8af7f286e9d (patch) | |
| tree | a8290637d710f54b5c6f7b7558fb031f0a49650b | |
| parent | cgitrc.5.txt: make the cgitrc options a valid asciidoc labeled list (diff) | |
| download | cgit-b875a9eedaeb93f24c375a1b7650c8af7f286e9d.tar.gz cgit-b875a9eedaeb93f24c375a1b7650c8af7f286e9d.tar.bz2 cgit-b875a9eedaeb93f24c375a1b7650c8af7f286e9d.zip | |
cgitrc.5.txt: wrap the example file in an asciidoc LiteralBlock
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
| -rw-r--r-- | cgitrc.5.txt | 2 | 
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 @@ -259,6 +259,7 @@ repo.url::  EXAMPLE CGITRC FILE  ------------------- +....  # Enable caching of up to 1000 output entriess  cache-size=1000 @@ -368,6 +369,7 @@ repo.enable-log-linecount=0  # Restrict the max statistics period for this repo  repo.max-stats=month +....  BUGS | 
