summaryrefslogtreecommitdiffabout
path: root/cgitrc.5.txt
authorLars Hjemli <hjemli@gmail.com>2009-08-24 06:00:37 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2009-08-24 06:00:37 (UTC)
commitb44c40ea720aee9ba4412e192877e9632a70a259 (patch) (side-by-side diff)
tree12ee7b595c12454792ee54fb29da6a198839153b /cgitrc.5.txt
parent6445a3ad0987ba66eef555c9caa3fc378f99ee22 (diff)
downloadcgit-b44c40ea720aee9ba4412e192877e9632a70a259.zip
cgit-b44c40ea720aee9ba4412e192877e9632a70a259.tar.gz
cgit-b44c40ea720aee9ba4412e192877e9632a70a259.tar.bz2
cgitrc.5.txt: fix description and markup for 'snapshots' option
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.txt11
1 files changed, 3 insertions, 8 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index 3c35b02..0d18290 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -214,20 +214,15 @@ root-readme::
root-title::
Text printed as heading on the repository index page. Default value:
"Git Repository Browser".
snapshots::
- Text which specifies the default (and allowed) set of snapshot formats
- supported by cgit. The value is a space-separated list of zero or more
- of the following values:
- "tar" uncompressed tar-file
- "tar.gz" gzip-compressed tar-file
- "tar.bz2" bzip-compressed tar-file
- "zip" zip-file
- Default value: none.
+ Text which specifies the default set of snapshot formats generated by
+ cgit. The value is a space-separated list of zero or more of the
+ values "tar", "tar.gz", "tar.bz2" and "zip". Default value: none.
source-filter::
Specifies a command which will be invoked to format plaintext blobs
in the tree view. The command will get the blob content on its STDIN
and the name of the blob as its only command line argument. The STDOUT
from the command will be included verbatim as the blob contents, i.e.