summaryrefslogtreecommitdiff
path: root/cgit.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2021-02-14 00:11:29 +1100
committerJed Barber <jjbarber@y7mail.com>2021-02-14 00:11:29 +1100
commitc2de6335092a4f5ad7a6a962eb7f91c0245e5e25 (patch)
treebd4ed0e6233c8a5a6ad55b05ec1adcdf892185cd /cgit.h
parentbd6f5683f6cde4212364354b3139c1d521f40f39 (diff)
Language and License fields added to repo tableHEADmaster
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;