diff options
author | Lars Hjemli <hjemli@gmail.com> | 2009-09-13 22:01:52 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2009-09-13 22:01:52 +0200 |
commit | 5f12e45fe3338095916a444ff106dd9fc9991d84 (patch) | |
tree | 26b04e10b2ea277c09620bcf119eaa8f79e2fb88 /cgitrc.5.txt | |
parent | 45c49d6cf4b819385dfee620a81e3cb095ed5cd1 (diff) | |
parent | 6638f40868ccf7806a9668560d3608324704c2b7 (diff) | |
download | cgit-5f12e45fe3338095916a444ff106dd9fc9991d84.tar.gz cgit-5f12e45fe3338095916a444ff106dd9fc9991d84.tar.bz2 cgit-5f12e45fe3338095916a444ff106dd9fc9991d84.zip |
Merge branch 'fp/linenumbers'
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 0d18290..3b16db9 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -99,6 +99,10 @@ enable-log-linecount:: and removed lines for each commit on the repository log page. Default value: "0". +enable-tree-linenumbers:: + Flag which, when set to "1", will make cgit generate linenumber links + for plaintext blobs printed in the tree view. Default value: "1". + favicon:: Url used as link to a shortcut icon for cgit. If specified, it is suggested to use the value "/favicon.ico" since certain browsers will |