summaryrefslogtreecommitdiffabout
path: root/cgitrc.5.txt
Unidiff
Diffstat (limited to 'cgitrc.5.txt') (more/less context) (show whitespace changes)
-rw-r--r--cgitrc.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index e69140b..70e4c78 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -224,48 +224,52 @@ robots::
224 224
225root-desc:: 225root-desc::
226 Text printed below the heading on the repository index page. Default 226 Text printed below the heading on the repository index page. Default
227 value: "a fast webinterface for the git dscm". 227 value: "a fast webinterface for the git dscm".
228 228
229root-readme:: 229root-readme::
230 The content of the file specified with this option will be included 230 The content of the file specified with this option will be included
231 verbatim below the "about" link on the repository index page. Default 231 verbatim below the "about" link on the repository index page. Default
232 value: none. 232 value: none.
233 233
234root-title:: 234root-title::
235 Text printed as heading on the repository index page. Default value: 235 Text printed as heading on the repository index page. Default value:
236 "Git Repository Browser". 236 "Git Repository Browser".
237 237
238scan-path:: 238scan-path::
239 A path which will be scanned for repositories. If caching is enabled, 239 A path which will be scanned for repositories. If caching is enabled,
240 the result will be cached as a cgitrc include-file in the cache 240 the result will be cached as a cgitrc include-file in the cache
241 directory. Default value: none. See also: cache-scanrc-ttl. 241 directory. Default value: none. See also: cache-scanrc-ttl.
242 242
243section:: 243section::
244 The name of the current repository section - all repositories defined 244 The name of the current repository section - all repositories defined
245 after this option will inherit the current section name. Default value: 245 after this option will inherit the current section name. Default value:
246 none. 246 none.
247 247
248side-by-side-diffs::
249 If set to "1" shows side-by-side diffs instead of unidiffs per
250 default. Default value: "0".
251
248snapshots:: 252snapshots::
249 Text which specifies the default set of snapshot formats generated by 253 Text which specifies the default set of snapshot formats generated by
250 cgit. The value is a space-separated list of zero or more of the 254 cgit. The value is a space-separated list of zero or more of the
251 values "tar", "tar.gz", "tar.bz2" and "zip". Default value: none. 255 values "tar", "tar.gz", "tar.bz2" and "zip". Default value: none.
252 256
253source-filter:: 257source-filter::
254 Specifies a command which will be invoked to format plaintext blobs 258 Specifies a command which will be invoked to format plaintext blobs
255 in the tree view. The command will get the blob content on its STDIN 259 in the tree view. The command will get the blob content on its STDIN
256 and the name of the blob as its only command line argument. The STDOUT 260 and the name of the blob as its only command line argument. The STDOUT
257 from the command will be included verbatim as the blob contents, i.e. 261 from the command will be included verbatim as the blob contents, i.e.
258 this can be used to implement e.g. syntax highlighting. Default value: 262 this can be used to implement e.g. syntax highlighting. Default value:
259 none. 263 none.
260 264
261summary-branches:: 265summary-branches::
262 Specifies the number of branches to display in the repository "summary" 266 Specifies the number of branches to display in the repository "summary"
263 view. Default value: "10". 267 view. Default value: "10".
264 268
265summary-log:: 269summary-log::
266 Specifies the number of log entries to display in the repository 270 Specifies the number of log entries to display in the repository
267 "summary" view. Default value: "10". 271 "summary" view. Default value: "10".
268 272
269summary-tags:: 273summary-tags::
270 Specifies the number of tags to display in the repository "summary" 274 Specifies the number of tags to display in the repository "summary"
271 view. Default value: "10". 275 view. Default value: "10".