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>
This commit is contained in:
Bernhard Reutner-Fischer 2010-12-23 12:47:54 +01:00 committed by Lars Hjemli
parent 17596459fe
commit 808c685ebb
4 changed files with 31 additions and 6 deletions

2
cgit.h
View file

@ -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;