From: Kian Kasad <kian@kasad.com>
To: cgit@lists.zx2c4.com
Cc: Kian Kasad <kian@kasad.com>
Subject: [PATCH 6/6] Document new enable-commit-graph option
Date: Thu, 4 Aug 2022 21:59:39 -0700 [thread overview]
Message-ID: <20220805045939.57987-7-kian@kasad.com> (raw)
In-Reply-To: <20220805045939.57987-1-kian@kasad.com>
---
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
next prev parent reply other threads:[~2022-08-05 5:00 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-18 22:31 User-configurable log graph option Kian Kasad
2021-02-19 12:22 ` John Keeping
2021-12-30 21:08 ` Kian Kasad
2022-08-05 4:59 ` [PATCH 0/6] Option for separate 'log' and 'graph' pages Kian Kasad
2022-08-05 4:59 ` [PATCH 1/6] Implement parsing of new enable-commit-graph option Kian Kasad
2022-08-05 4:59 ` [PATCH 2/6] Add graph page Kian Kasad
2022-08-05 4:59 ` [PATCH 3/6] Don't display commit age on " Kian Kasad
2022-08-05 4:59 ` [PATCH 4/6] Don't display graph page if enable-commit-graph is not set to "separate" Kian Kasad
2022-08-05 4:59 ` [PATCH 5/6] Add graph page tab if enable-commit-graph is " Kian Kasad
2022-08-05 4:59 ` Kian Kasad [this message]
2023-01-05 23:14 ` Follow-up: User-configurable log graph option Kian Kasad
2023-07-01 6:28 ` Daniel Campbell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220805045939.57987-7-kian@kasad.com \
--to=kian@kasad.com \
--cc=cgit@lists.zx2c4.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).