diff options
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 15 |
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 | ||
94 | enable-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 | |||
94 | enable-filter-overrides:: | 99 | enable-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:: | |||
362 | repo.desc:: | 367 | repo.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 | ||
370 | repo.enable-commit-graph:: | ||
371 | A flag which can be used to disable the global setting | ||
372 | `enable-commit-graph'. Default value: none. | ||
373 | |||
365 | repo.enable-log-filecount:: | 374 | repo.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 | |||
449 | enable-index-links=1 | 458 | enable-index-links=1 |
450 | 459 | ||
451 | 460 | ||
461 | # Enable ASCII art commit history graph on the log pages | ||
462 | enable-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 |
453 | enable-log-filecount=1 | 466 | enable-log-filecount=1 |
454 | 467 | ||