summaryrefslogtreecommitdiffabout
authorMatt McCormick (thewtex) <matt@mmmccormick.com>2009-02-12 05:06:05 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2009-02-12 08:37:14 (UTC)
commit9f9ede3d924fc363d6b8d59bea5a668569175a23 (patch) (unidiff)
tree9e2ecd79cf00f960bacc162521b023136e83300b
parent8cc02871230aef457006ac775dd1cca5623516a9 (diff)
downloadcgit-9f9ede3d924fc363d6b8d59bea5a668569175a23.zip
cgit-9f9ede3d924fc363d6b8d59bea5a668569175a23.tar.gz
cgit-9f9ede3d924fc363d6b8d59bea5a668569175a23.tar.bz2
make cgitrc.5.txt asciidoc manpage compatible
According to the instructions and requirements here: http://www.methods.co.nz/asciidoc/chunked/ar01s20.html
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgitrc.5.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index fd299ae..f368ced 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -1,23 +1,23 @@
1CGITRC 1CGITRC(5)
2====== 2========
3 3
4 4
5NAME 5NAME
6---- 6----
7 cgitrc - runtime configuration for cgit 7 cgitrc - runtime configuration for cgit
8 8
9 9
10DESCRIPTION 10SYNOPSIS
11----------- 11--------
12Cgitrc contains all runtime settings for cgit, including the list of git 12Cgitrc contains all runtime settings for cgit, including the list of git
13repositories, formatted as a line-separated list of NAME=VALUE pairs. Blank 13repositories, formatted as a line-separated list of NAME=VALUE pairs. Blank
14lines, and lines starting with '#', are ignored. 14lines, and lines starting with '#', are ignored.
15 15
16 16
17GLOBAL SETTINGS 17GLOBAL SETTINGS
18--------------- 18---------------
19agefile 19agefile
20 Specifies a path, relative to each repository path, which can be used 20 Specifies a path, relative to each repository path, which can be used
21 to specify the date and time of the youngest commit in the repository. 21 to specify the date and time of the youngest commit in the repository.
22 The first line in the file is used as input to the "parse_date" 22 The first line in the file is used as input to the "parse_date"
23 function in libgit. Recommended timestamp-format is "yyyy-mm-dd 23 function in libgit. Recommended timestamp-format is "yyyy-mm-dd