summaryrefslogtreecommitdiffabout
path: root/cgitrc.5.txt
Unidiff
Diffstat (limited to 'cgitrc.5.txt') (more/less context) (ignore whitespace changes)
-rw-r--r--cgitrc.5.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index 1dc3cce..a832830 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -90,7 +90,12 @@ embedded::
90 Flag which, when set to "1", will make cgit generate a html fragment 90 Flag which, when set to "1", will make cgit generate a html fragment
91 suitable for embedding in other html pages. Default value: none. See 91 suitable for embedding in other html pages. Default value: none. See
92 also: "noheader". 92 also: "noheader".
93 93
94enable-commit-graph::
95 Flag which, when set to "1", will make cgit print an ASCII-art commit
96 history graph to the left of the commit messages in the repository
97 log page. Default value: "0".
98
94enable-filter-overrides:: 99enable-filter-overrides::
95 Flag which, when set to "1", allows all filter settings to be 100 Flag which, when set to "1", allows all filter settings to be
96 overridden in repository-specific cgitrc files. Default value: none. 101 overridden in repository-specific cgitrc files. Default value: none.
@@ -362,6 +367,10 @@ repo.defbranch::
362repo.desc:: 367repo.desc::
363 The value to show as repository description. Default value: none. 368 The value to show as repository description. Default value: none.
364 369
370repo.enable-commit-graph::
371 A flag which can be used to disable the global setting
372 `enable-commit-graph'. Default value: none.
373
365repo.enable-log-filecount:: 374repo.enable-log-filecount::
366 A flag which can be used to disable the global setting 375 A flag which can be used to disable the global setting
367 `enable-log-filecount'. Default value: none. 376 `enable-log-filecount'. Default value: none.
@@ -449,6 +458,10 @@ css=/css/cgit.css
449enable-index-links=1 458enable-index-links=1
450 459
451 460
461# Enable ASCII art commit history graph on the log pages
462enable-commit-graph=1
463
464
452# Show number of affected files per commit on the log pages 465# Show number of affected files per commit on the log pages
453enable-log-filecount=1 466enable-log-filecount=1
454 467