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>
此提交包含在:
Lars Hjemli
2009-08-21 14:26:52 +02:00
父節點 d67cc7f9d5
當前提交 b0f946bcc7
共有 4 個檔案被更改,包括 9 行新增8 行删除

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;