summaryrefslogtreecommitdiff
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 69b5c13..6e76300 100644
--- a/cgit.h
+++ b/cgit.h
@@ -83,6 +83,8 @@ struct cgit_repo {
char *path;
char *desc;
char *extra_head_content;
+ char *language;
+ char *license;
char *owner;
char *homepage;
char *defbranch;
@@ -231,6 +233,8 @@ struct cgit_config {
int enable_http_clone;
int enable_index_links;
int enable_index_owner;
+ int enable_index_license;
+ int enable_index_language;
int enable_blame;
int enable_commit_graph;
int enable_log_filecount;