about summary refs log tree commit diff stats
path: root/cgitrc.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r--cgitrc.5.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index cafb535..e9ebae5 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt
@@ -128,6 +128,10 @@ css::
128 Url which specifies the css document to include in all cgit pages. 128 Url which specifies the css document to include in all cgit pages.
129 Default value: "/cgit.css". 129 Default value: "/cgit.css".
130 130
131default-tab::
132 Specifies the tab to automatically load in the root page of a repository.
133 Default value: "summary". See also: root-default-tab, repo.default-tab.
134
131email-filter:: 135email-filter::
132 Specifies a command which will be invoked to format names and email 136 Specifies a command which will be invoked to format names and email
133 address of committers, authors, and taggers, as represented in various 137 address of committers, authors, and taggers, as represented in various
@@ -352,6 +356,10 @@ robots::
352 Text used as content for the "robots" meta-tag. Default value: 356 Text used as content for the "robots" meta-tag. Default value:
353 "index, nofollow". 357 "index, nofollow".
354 358
359root-default-tab::
360 Specifies the tab to automatically load as the root index page.
361 Default value: "repolist". See also: default-tab, repo.default-tab.
362
355root-desc:: 363root-desc::
356 Text printed below the heading on the repository index page. Default 364 Text printed below the heading on the repository index page. Default
357 value: "a fast webinterface for the git dscm". 365 value: "a fast webinterface for the git dscm".
@@ -481,6 +489,9 @@ repo.defbranch::
481 as default instead. Default value: branch pointed to by HEAD, or 489 as default instead. Default value: branch pointed to by HEAD, or
482 "master" if there is no suitable HEAD. 490 "master" if there is no suitable HEAD.
483 491
492repo.default-tab::
493 Override the global default-tab. Default value: none.
494
484repo.desc:: 495repo.desc::
485 The value to show as repository description. Default value: none. 496 The value to show as repository description. Default value: none.
486 497