Unidiff1 files changed, 2 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index 74aa340..b5f00fc 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -66,16 +66,18 @@ struct cgit_repo { |
66 | char *path; |
66 | char *path; |
67 | char *desc; |
67 | char *desc; |
68 | char *owner; |
68 | char *owner; |
69 | char *defbranch; |
69 | char *defbranch; |
70 | char *module_link; |
70 | char *module_link; |
71 | char *readme; |
71 | char *readme; |
72 | char *section; |
72 | char *section; |
73 | char *clone_url; |
73 | char *clone_url; |
| |
74 | char *logo; |
| |
75 | char *logo_link; |
74 | int snapshots; |
76 | int snapshots; |
75 | int enable_commit_graph; |
77 | int enable_commit_graph; |
76 | int enable_log_filecount; |
78 | int enable_log_filecount; |
77 | int enable_log_linecount; |
79 | int enable_log_linecount; |
78 | int enable_remote_branches; |
80 | int enable_remote_branches; |
79 | int enable_subject_links; |
81 | int enable_subject_links; |
80 | int max_stats; |
82 | int max_stats; |
81 | time_t mtime; |
83 | time_t mtime; |
|