Merge branch 'br/misc'

* br/misc:
  Use transparent background for the cgit logo
  ssdiff: anchors for ssdiff
  implement repo.logo and repo.logo-link
This commit is contained in:
Lars Hjemli
2011-02-19 14:51:00 +01:00
9 changed files with 74 additions and 17 deletions

2
cgit.h
View File

@ -71,6 +71,8 @@ struct cgit_repo {
char *readme;
char *section;
char *clone_url;
char *logo;
char *logo_link;
int snapshots;
int enable_commit_graph;
int enable_log_filecount;