diff options
author | Christian Hesse | 2019-02-26 17:08:31 +0100 |
---|---|---|
committer | Christian Hesse | 2019-06-25 21:40:59 +0200 |
commit | e1ad15d368bdeb1bffea588b93a29055c5dfb7f4 (patch) | |
tree | 8659155ec7bfd675237036a1093de23c0f78a021 /cgit.h | |
parent | 27a6d69ab38825602bdbd5a5d0161e465326ea8d (diff) | |
download | cgit-e1ad15d368bdeb1bffea588b93a29055c5dfb7f4.tar.gz cgit-e1ad15d368bdeb1bffea588b93a29055c5dfb7f4.tar.bz2 cgit-e1ad15d368bdeb1bffea588b93a29055c5dfb7f4.zip |
ui-tree: allow per repository override for enable-blame
The blame operation can cause high cost in terms of CPU load for huge
repositories. Let's add a per repository override for enable-blame.
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ struct cgit_repo { | |||
94 | char *logo_link; | 94 | char *logo_link; |
95 | char *snapshot_prefix; | 95 | char *snapshot_prefix; |
96 | int snapshots; | 96 | int snapshots; |
97 | int enable_blame; | ||
97 | int enable_commit_graph; | 98 | int enable_commit_graph; |
98 | int enable_log_filecount; | 99 | int enable_log_filecount; |
99 | int enable_log_linecount; | 100 | int enable_log_linecount; |