mirror of
https://git.zx2c4.com/cgit
synced 2025-08-19 08:48:46 +02:00
Add 'linenumbers' config option
Signed-off-by: Florian Pritz <bluewind@xssn.at> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
03389d6e67
commit
d67cc7f9d5
4 changed files with 23 additions and 11 deletions
1
cgit.h
1
cgit.h
|
@ -174,6 +174,7 @@ struct cgit_config {
|
|||
int enable_log_filecount;
|
||||
int enable_log_linecount;
|
||||
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