aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-12-23 12:47:54 +0100
committerLars Hjemli <hjemli@gmail.com>2011-02-19 14:41:39 +0100
commit808c685ebb7cd2d24d3881b74e3be2439bd1393b (patch)
tree5bb224b73bbbc7d57864c587cc022fcc9826f4b3 /cgit.h
parentui-stats: Remove unnecessary #include (diff)
downloadcgit-808c685ebb7cd2d24d3881b74e3be2439bd1393b.tar.xz
cgit-808c685ebb7cd2d24d3881b74e3be2439bd1393b.zip
implement repo.logo and repo.logo-link
Allow for per repo logo and logo-link; Use global logo and logo-link per default. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index f5f68ac..8a9d5fa 100644
--- a/cgit.h
+++ b/cgit.h
@@ -70,6 +70,8 @@ struct cgit_repo {
char *readme;
char *section;
char *clone_url;
+ char *logo;
+ char *logo_link;
int snapshots;
int enable_log_filecount;
int enable_log_linecount;