diff options
| author | Bernhard Reutner-Fischer <[email protected]> | 2010-12-23 11:47:54 +0000 |
|---|---|---|
| committer | Lars Hjemli <[email protected]> | 2011-02-19 13:41:39 +0000 |
| commit | 808c685ebb7cd2d24d3881b74e3be2439bd1393b (patch) | |
| tree | 5bb224b73bbbc7d57864c587cc022fcc9826f4b3 /cgit.h | |
| parent | ui-stats: Remove unnecessary #include (diff) | |
| download | cgit-808c685ebb7cd2d24d3881b74e3be2439bd1393b.tar.gz 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 <[email protected]>
Signed-off-by: Lars Hjemli <[email protected]>
Diffstat (limited to 'cgit.h')
| -rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |
