summaryrefslogtreecommitdiffabout
path: root/cgitrc.5.txt
Unidiff
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 ac5c58c..3b16db9 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -192,72 +192,67 @@ noplainemail::
192 192
193noheader:: 193noheader::
194 Flag which, when set to "1", will make cgit omit the standard header 194 Flag which, when set to "1", will make cgit omit the standard header
195 on all pages. Default value: none. See also: "embedded". 195 on all pages. Default value: none. See also: "embedded".
196 196
197renamelimit:: 197renamelimit::
198 Maximum number of files to consider when detecting renames. The value 198 Maximum number of files to consider when detecting renames. The value
199 "-1" uses the compiletime value in git (for further info, look at 199 "-1" uses the compiletime value in git (for further info, look at
200 `man git-diff`). Default value: "-1". 200 `man git-diff`). Default value: "-1".
201 201
202repo.group:: 202repo.group::
203 A value for the current repository group, which all repositories 203 A value for the current repository group, which all repositories
204 specified after this setting will inherit. Default value: none. 204 specified after this setting will inherit. Default value: none.
205 205
206robots:: 206robots::
207 Text used as content for the "robots" meta-tag. Default value: 207 Text used as content for the "robots" meta-tag. Default value:
208 "index, nofollow". 208 "index, nofollow".
209 209
210root-desc:: 210root-desc::
211 Text printed below the heading on the repository index page. Default 211 Text printed below the heading on the repository index page. Default
212 value: "a fast webinterface for the git dscm". 212 value: "a fast webinterface for the git dscm".
213 213
214root-readme:: 214root-readme::
215 The content of the file specified with this option will be included 215 The content of the file specified with this option will be included
216 verbatim below the "about" link on the repository index page. Default 216 verbatim below the "about" link on the repository index page. Default
217 value: none. 217 value: none.
218 218
219root-title:: 219root-title::
220 Text printed as heading on the repository index page. Default value: 220 Text printed as heading on the repository index page. Default value:
221 "Git Repository Browser". 221 "Git Repository Browser".
222 222
223snapshots:: 223snapshots::
224 Text which specifies the default (and allowed) set of snapshot formats 224 Text which specifies the default set of snapshot formats generated by
225 supported by cgit. The value is a space-separated list of zero or more 225 cgit. The value is a space-separated list of zero or more of the
226 of the following values: 226 values "tar", "tar.gz", "tar.bz2" and "zip". Default value: none.
227 "tar" uncompressed tar-file
228 "tar.gz"gzip-compressed tar-file
229 "tar.bz2"bzip-compressed tar-file
230 "zip" zip-file
231 Default value: none.
232 227
233source-filter:: 228source-filter::
234 Specifies a command which will be invoked to format plaintext blobs 229 Specifies a command which will be invoked to format plaintext blobs
235 in the tree view. The command will get the blob content on its STDIN 230 in the tree view. The command will get the blob content on its STDIN
236 and the name of the blob as its only command line argument. The STDOUT 231 and the name of the blob as its only command line argument. The STDOUT
237 from the command will be included verbatim as the blob contents, i.e. 232 from the command will be included verbatim as the blob contents, i.e.
238 this can be used to implement e.g. syntax highlighting. Default value: 233 this can be used to implement e.g. syntax highlighting. Default value:
239 none. 234 none.
240 235
241summary-branches:: 236summary-branches::
242 Specifies the number of branches to display in the repository "summary" 237 Specifies the number of branches to display in the repository "summary"
243 view. Default value: "10". 238 view. Default value: "10".
244 239
245summary-log:: 240summary-log::
246 Specifies the number of log entries to display in the repository 241 Specifies the number of log entries to display in the repository
247 "summary" view. Default value: "10". 242 "summary" view. Default value: "10".
248 243
249summary-tags:: 244summary-tags::
250 Specifies the number of tags to display in the repository "summary" 245 Specifies the number of tags to display in the repository "summary"
251 view. Default value: "10". 246 view. Default value: "10".
252 247
253virtual-root:: 248virtual-root::
254 Url which, if specified, will be used as root for all cgit links. It 249 Url which, if specified, will be used as root for all cgit links. It
255 will also cause cgit to generate 'virtual urls', i.e. urls like 250 will also cause cgit to generate 'virtual urls', i.e. urls like
256 '/cgit/tree/README' as opposed to '?r=cgit&p=tree&path=README'. Default 251 '/cgit/tree/README' as opposed to '?r=cgit&p=tree&path=README'. Default
257 value: none. 252 value: none.
258 NOTE: cgit has recently learned how to use PATH_INFO to achieve the 253 NOTE: cgit has recently learned how to use PATH_INFO to achieve the
259 same kind of virtual urls, so this option will probably be deprecated. 254 same kind of virtual urls, so this option will probably be deprecated.
260 255
261REPOSITORY SETTINGS 256REPOSITORY SETTINGS
262------------------- 257-------------------
263repo.about-filter:: 258repo.about-filter::