-rw-r--r-- | cgitrc.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 4d009f9..e99c9f7 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -270,96 +270,99 @@ repo.about-filter:: | |||
270 | 270 | ||
271 | repo.clone-url:: | 271 | repo.clone-url:: |
272 | A list of space-separated urls which can be used to clone this repo. | 272 | A list of space-separated urls which can be used to clone this repo. |
273 | Default value: none. | 273 | Default value: none. |
274 | 274 | ||
275 | repo.commit-filter:: | 275 | repo.commit-filter:: |
276 | Override the default commit-filter. Default value: <commit-filter>. | 276 | Override the default commit-filter. Default value: <commit-filter>. |
277 | 277 | ||
278 | repo.defbranch:: | 278 | repo.defbranch:: |
279 | The name of the default branch for this repository. If no such branch | 279 | The name of the default branch for this repository. If no such branch |
280 | exists in the repository, the first branch name (when sorted) is used | 280 | exists in the repository, the first branch name (when sorted) is used |
281 | as default instead. Default value: "master". | 281 | as default instead. Default value: "master". |
282 | 282 | ||
283 | repo.desc:: | 283 | repo.desc:: |
284 | The value to show as repository description. Default value: none. | 284 | The value to show as repository description. Default value: none. |
285 | 285 | ||
286 | repo.enable-log-filecount:: | 286 | repo.enable-log-filecount:: |
287 | A flag which can be used to disable the global setting | 287 | A flag which can be used to disable the global setting |
288 | `enable-log-filecount'. Default value: none. | 288 | `enable-log-filecount'. Default value: none. |
289 | 289 | ||
290 | repo.enable-log-linecount:: | 290 | repo.enable-log-linecount:: |
291 | A flag which can be used to disable the global setting | 291 | A flag which can be used to disable the global setting |
292 | `enable-log-linecount'. Default value: none. | 292 | `enable-log-linecount'. Default value: none. |
293 | 293 | ||
294 | repo.max-stats:: | 294 | repo.max-stats:: |
295 | Override the default maximum statistics period. Valid values are equal | 295 | Override the default maximum statistics period. Valid values are equal |
296 | to the values specified for the global "max-stats" setting. Default | 296 | to the values specified for the global "max-stats" setting. Default |
297 | value: none. | 297 | value: none. |
298 | 298 | ||
299 | repo.name:: | 299 | repo.name:: |
300 | The value to show as repository name. Default value: <repo.url>. | 300 | The value to show as repository name. Default value: <repo.url>. |
301 | 301 | ||
302 | repo.owner:: | 302 | repo.owner:: |
303 | A value used to identify the owner of the repository. Default value: | 303 | A value used to identify the owner of the repository. Default value: |
304 | none. | 304 | none. |
305 | 305 | ||
306 | repo.path:: | 306 | repo.path:: |
307 | An absolute path to the repository directory. For non-bare repositories | 307 | An absolute path to the repository directory. For non-bare repositories |
308 | this is the .git-directory. Default value: none. | 308 | this is the .git-directory. Default value: none. |
309 | 309 | ||
310 | repo.readme:: | 310 | repo.readme:: |
311 | A path (relative to <repo.path>) which specifies a file to include | 311 | A path (relative to <repo.path>) which specifies a file to include |
312 | verbatim as the "About" page for this repo. Default value: none. | 312 | verbatim as the "About" page for this repo. Default value: none. |
313 | 313 | ||
314 | repo.snapshots:: | 314 | repo.snapshots:: |
315 | A mask of allowed snapshot-formats for this repo, restricted by the | 315 | A mask of allowed snapshot-formats for this repo, restricted by the |
316 | "snapshots" global setting. Default value: <snapshots>. | 316 | "snapshots" global setting. Default value: <snapshots>. |
317 | 317 | ||
318 | repo.section:: | ||
319 | Override the current section for this repository. Default value: none. | ||
320 | |||
318 | repo.source-filter:: | 321 | repo.source-filter:: |
319 | Override the default source-filter. Default value: <source-filter>. | 322 | Override the default source-filter. Default value: <source-filter>. |
320 | 323 | ||
321 | repo.url:: | 324 | repo.url:: |
322 | The relative url used to access the repository. This must be the first | 325 | The relative url used to access the repository. This must be the first |
323 | setting specified for each repo. Default value: none. | 326 | setting specified for each repo. Default value: none. |
324 | 327 | ||
325 | 328 | ||
326 | EXAMPLE CGITRC FILE | 329 | EXAMPLE CGITRC FILE |
327 | ------------------- | 330 | ------------------- |
328 | 331 | ||
329 | .... | 332 | .... |
330 | # Enable caching of up to 1000 output entriess | 333 | # Enable caching of up to 1000 output entriess |
331 | cache-size=1000 | 334 | cache-size=1000 |
332 | 335 | ||
333 | 336 | ||
334 | # Specify some default clone prefixes | 337 | # Specify some default clone prefixes |
335 | clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git | 338 | clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git |
336 | 339 | ||
337 | # Specify the css url | 340 | # Specify the css url |
338 | css=/css/cgit.css | 341 | css=/css/cgit.css |
339 | 342 | ||
340 | 343 | ||
341 | # Show extra links for each repository on the index page | 344 | # Show extra links for each repository on the index page |
342 | enable-index-links=1 | 345 | enable-index-links=1 |
343 | 346 | ||
344 | 347 | ||
345 | # Show number of affected files per commit on the log pages | 348 | # Show number of affected files per commit on the log pages |
346 | enable-log-filecount=1 | 349 | enable-log-filecount=1 |
347 | 350 | ||
348 | 351 | ||
349 | # Show number of added/removed lines per commit on the log pages | 352 | # Show number of added/removed lines per commit on the log pages |
350 | enable-log-linecount=1 | 353 | enable-log-linecount=1 |
351 | 354 | ||
352 | 355 | ||
353 | # Add a cgit favicon | 356 | # Add a cgit favicon |
354 | favicon=/favicon.ico | 357 | favicon=/favicon.ico |
355 | 358 | ||
356 | 359 | ||
357 | # Use a custom logo | 360 | # Use a custom logo |
358 | logo=/img/mylogo.png | 361 | logo=/img/mylogo.png |
359 | 362 | ||
360 | 363 | ||
361 | # Enable statistics per week, month and quarter | 364 | # Enable statistics per week, month and quarter |
362 | max-stats=quarter | 365 | max-stats=quarter |
363 | 366 | ||
364 | 367 | ||
365 | # Set the title and heading of the repository index page | 368 | # Set the title and heading of the repository index page |