From 979c460e7f71d153ae79da67b8b21c3412f0fe02 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 19 Feb 2011 13:51:00 +0000 Subject: Merge branch 'br/misc' * br/misc: Use transparent background for the cgit logo ssdiff: anchors for ssdiff implement repo.logo and repo.logo-link --- (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 74aa340..b5f00fc 100644 --- a/cgit.h +++ b/cgit.h @@ -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; -- cgit v0.9.0.2