diff options
author | Florian Pritz <bluewind@xssn.at> | 2009-08-09 20:42:45 +0000 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2009-08-21 14:17:49 +0200 |
commit | d67cc7f9d556650438e421cdcda37bc52710bffd (patch) | |
tree | df131c58de7c712550f124f8fb15aef303ff6054 /cgitrc.5.txt | |
parent | ui-tree.c: show line numbers when highlighting (diff) | |
download | cgit-pink-d67cc7f9d556650438e421cdcda37bc52710bffd.tar.gz cgit-pink-d67cc7f9d556650438e421cdcda37bc52710bffd.zip |
Add 'linenumbers' config option
Signed-off-by: Florian Pritz <bluewind@xssn.at> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | cgitrc.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 3c35b02..a762ccc 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -146,6 +146,10 @@ logo-link:: calculated url of the repository index page will be used. Default value: none. +linenumbers:: + If set to "1" lines in tree view will have numbers. + Default value: "0". + max-commit-count:: Specifies the number of entries to list per page in "log" view. Default value: "50". |