diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index bcc4fce..7ec46b4 100644 --- a/cgit.h +++ b/cgit.h | |||
@@ -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; |