-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 | |||
@@ -208,32 +208,27 @@ root-desc:: | |||
208 | value: "a fast webinterface for the git dscm". | 208 | value: "a fast webinterface for the git dscm". |
209 | 209 | ||
210 | root-readme:: | 210 | root-readme:: |
211 | The content of the file specified with this option will be included | 211 | The content of the file specified with this option will be included |
212 | verbatim below the "about" link on the repository index page. Default | 212 | verbatim below the "about" link on the repository index page. Default |
213 | value: none. | 213 | value: none. |
214 | 214 | ||
215 | root-title:: | 215 | root-title:: |
216 | Text printed as heading on the repository index page. Default value: | 216 | Text printed as heading on the repository index page. Default value: |
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 |
231 | in the tree view. The command will get the blob content on its STDIN | 226 | in the tree view. The command will get the blob content on its STDIN |
232 | and the name of the blob as its only command line argument. The STDOUT | 227 | and the name of the blob as its only command line argument. The STDOUT |
233 | from the command will be included verbatim as the blob contents, i.e. | 228 | from the command will be included verbatim as the blob contents, i.e. |
234 | this can be used to implement e.g. syntax highlighting. Default value: | 229 | this can be used to implement e.g. syntax highlighting. Default value: |
235 | none. | 230 | none. |
236 | 231 | ||
237 | summary-branches:: | 232 | summary-branches:: |
238 | Specifies the number of branches to display in the repository "summary" | 233 | Specifies the number of branches to display in the repository "summary" |
239 | view. Default value: "10". | 234 | view. Default value: "10". |