[PATCH 6/6] Document new enable-commit-graph option

Kian Kasad kian at kasad.com
Fri Aug 5 04:59:39 UTC 2022


---
 cgitrc.5.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index 33a6a8c..59b097a 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -147,9 +147,12 @@ enable-blame::
 	places. Default value: "0".
 
 enable-commit-graph::
-	Flag which, when set to "1", will make cgit print an ASCII-art commit
+	Flag which, when set to "combined", will make cgit print an ASCII-art commit
 	history graph to the left of the commit messages in the repository
-	log page. Default value: "0".
+	log page. When set to "separate", cgit will create a separate graph page
+	which displays an ASCII-art commit graph, and it will not display the
+	graph on the log page. Set to "none" to disable all graphs.
+	Default value: "none".
 
 enable-filter-overrides::
 	Flag which, when set to "1", allows all filter settings to be
-- 
2.37.1



More information about the CGit mailing list