mirror of
https://git.zx2c4.com/cgit
synced 2025-07-24 04:35:46 +02:00
Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"
This makes the name of the cgitrc option more descriptive and at the same time changes the default from "0" to "1" in an attempt to stay backwards compatible - prior to the introduction of "source-filter" and "linenumbers", cgit always generated linenumber links in the tree view, but now this feature can be turned off (one might want to do this if the source-filter performs line-wrapping etc). While at it, the documentation is updated to match the surrounding descriptions. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
d67cc7f9d5
commit
b0f946bcc7
4 changed files with 9 additions and 8 deletions
2
cgit.h
2
cgit.h
|
@ -173,8 +173,8 @@ struct cgit_config {
|
|||
int enable_index_links;
|
||||
int enable_log_filecount;
|
||||
int enable_log_linecount;
|
||||
int enable_tree_linenumbers;
|
||||
int local_time;
|
||||
int linenumbers;
|
||||
int max_repo_count;
|
||||
int max_commit_count;
|
||||
int max_lock_attempts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue