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>
Šī revīzija ir iekļauta:
Lars Hjemli
2009-08-21 14:26:52 +02:00
vecāks d67cc7f9d5
revīzija b0f946bcc7
4 mainīti faili ar 9 papildinājumiem un 8 dzēšanām

2
cgit.h
Parādīt failu

@@ -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;