diff options
author | Lars Hjemli | 2009-08-24 08:00:37 +0200 |
---|---|---|
committer | Lars Hjemli | 2009-08-24 08:00:37 +0200 |
commit | b44c40ea720aee9ba4412e192877e9632a70a259 (patch) | |
tree | 12ee7b595c12454792ee54fb29da6a198839153b | |
parent | scan-tree: split the pw_gecos field at the ',' to get the real name (diff) | |
download | cgit-b44c40ea720aee9ba4412e192877e9632a70a259.tar.gz cgit-b44c40ea720aee9ba4412e192877e9632a70a259.zip |
cgitrc.5.txt: fix description and markup for 'snapshots' option
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | cgitrc.5.txt | 11 |
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 | |||
@@ -217,14 +217,9 @@ root-title:: | |||
217 | "Git Repository Browser". | 217 | "Git Repository Browser". |
218 | 218 | ||
219 | snapshots:: | 219 | snapshots:: |
220 | Text which specifies the default (and allowed) set of snapshot formats | 220 | Text which specifies the default set of snapshot formats generated by |
221 | supported by cgit. The value is a space-separated list of zero or more | 221 | cgit. The value is a space-separated list of zero or more of the |
222 | of the following values: | 222 | values "tar", "tar.gz", "tar.bz2" and "zip". Default value: none. |
223 | "tar" uncompressed tar-file | ||
224 | "tar.gz" gzip-compressed tar-file | ||
225 | "tar.bz2" bzip-compressed tar-file | ||
226 | "zip" zip-file | ||
227 | Default value: none. | ||
228 | 223 | ||
229 | source-filter:: | 224 | source-filter:: |
230 | Specifies a command which will be invoked to format plaintext blobs | 225 | Specifies a command which will be invoked to format plaintext blobs |