aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index b8b7712..709fc0c 100644
--- a/cgit.h
+++ b/cgit.h
@@ -90,6 +90,9 @@ struct cgit_repo {
char *extra_head_content;
char *owner;
char *homepage;
+ char *ci_url;
+ char *ci_branch_url;
+ char *ci_tag_url;
char *defbranch;
char *module_link;
struct string_list readme;
@@ -196,6 +199,9 @@ struct cgit_query {
struct cgit_config {
char *agefile;
char *cache_root;
+ char *ci_url;
+ char *ci_branch_url;
+ char *ci_tag_url;
char *clone_prefix;
char *clone_url;
char *favicon;