summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgitrc.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index 4dc383d..e7f1a78 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -1,32 +1,35 @@
1:man source: cgit
2:man manual: cgit
3
1CGITRC(5) 4CGITRC(5)
2======== 5========
3 6
4 7
5NAME 8NAME
6---- 9----
7cgitrc - runtime configuration for cgit 10cgitrc - runtime configuration for cgit
8 11
9 12
10SYNOPSIS 13SYNOPSIS
11-------- 14--------
12Cgitrc contains all runtime settings for cgit, including the list of git 15Cgitrc contains all runtime settings for cgit, including the list of git
13repositories, formatted as a line-separated list of NAME=VALUE pairs. Blank 16repositories, formatted as a line-separated list of NAME=VALUE pairs. Blank
14lines, and lines starting with '#', are ignored. 17lines, and lines starting with '#', are ignored.
15 18
16 19
17LOCATION 20LOCATION
18-------- 21--------
19The default location of cgitrc, defined at compile time, is /etc/cgitrc. At 22The default location of cgitrc, defined at compile time, is /etc/cgitrc. At
20runtime, cgit will consult the environment variable CGIT_CONFIG and, if 23runtime, cgit will consult the environment variable CGIT_CONFIG and, if
21defined, use its value instead. 24defined, use its value instead.
22 25
23 26
24GLOBAL SETTINGS 27GLOBAL SETTINGS
25--------------- 28---------------
26about-filter:: 29about-filter::
27 Specifies a command which will be invoked to format the content of 30 Specifies a command which will be invoked to format the content of
28 about pages (both top-level and for each repository). The command will 31 about pages (both top-level and for each repository). The command will
29 get the content of the about-file on its STDIN, and the STDOUT from the 32 get the content of the about-file on its STDIN, and the STDOUT from the
30 command will be included verbatim on the about page. Default value: 33 command will be included verbatim on the about page. Default value:
31 none. 34 none.
32 35