aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-09-13 22:01:52 +0200
committerLars Hjemli <hjemli@gmail.com>2009-09-13 22:01:52 +0200
commit5f12e45fe3338095916a444ff106dd9fc9991d84 (patch)
tree26b04e10b2ea277c09620bcf119eaa8f79e2fb88 /cgit.h
parentUse GIT-1.6.4.3 (diff)
parentcgit.css: make the blob display in tree view a bit prettier (diff)
downloadcgit-5f12e45fe3338095916a444ff106dd9fc9991d84.tar.xz
cgit-5f12e45fe3338095916a444ff106dd9fc9991d84.zip
Merge branch 'fp/linenumbers'
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index adb8da4..a20679a 100644
--- a/cgit.h
+++ b/cgit.h
@@ -173,6 +173,7 @@ struct cgit_config {
int enable_index_links;
int enable_log_filecount;
int enable_log_linecount;
+ int enable_tree_linenumbers;
int local_time;
int max_repo_count;
int max_commit_count;