-rw-r--r-- | cgitrc.5.txt | 3 |
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,24 +1,27 @@ | |||
1 | :man source: cgit | ||
2 | :man manual: cgit | ||
3 | |||
1 | CGITRC(5) | 4 | CGITRC(5) |
2 | ======== | 5 | ======== |
3 | 6 | ||
4 | 7 | ||
5 | NAME | 8 | NAME |
6 | ---- | 9 | ---- |
7 | cgitrc - runtime configuration for cgit | 10 | cgitrc - runtime configuration for cgit |
8 | 11 | ||
9 | 12 | ||
10 | SYNOPSIS | 13 | SYNOPSIS |
11 | -------- | 14 | -------- |
12 | Cgitrc contains all runtime settings for cgit, including the list of git | 15 | Cgitrc contains all runtime settings for cgit, including the list of git |
13 | repositories, formatted as a line-separated list of NAME=VALUE pairs. Blank | 16 | repositories, formatted as a line-separated list of NAME=VALUE pairs. Blank |
14 | lines, and lines starting with '#', are ignored. | 17 | lines, and lines starting with '#', are ignored. |
15 | 18 | ||
16 | 19 | ||
17 | LOCATION | 20 | LOCATION |
18 | -------- | 21 | -------- |
19 | The default location of cgitrc, defined at compile time, is /etc/cgitrc. At | 22 | The default location of cgitrc, defined at compile time, is /etc/cgitrc. At |
20 | runtime, cgit will consult the environment variable CGIT_CONFIG and, if | 23 | runtime, cgit will consult the environment variable CGIT_CONFIG and, if |
21 | defined, use its value instead. | 24 | defined, use its value instead. |
22 | 25 | ||
23 | 26 | ||
24 | GLOBAL SETTINGS | 27 | GLOBAL SETTINGS |