diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2011-02-19 14:51:00 +0100 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2011-02-19 14:51:00 +0100 | 
| commit | 979c460e7f71d153ae79da67b8b21c3412f0fe02 (patch) | |
| tree | 6da9ffb66ed0a68205e6644cb7e2b4652d6684be /cgitrc.5.txt | |
| parent | Merge branch 'jh/scan-path' (diff) | |
| parent | Use transparent background for the cgit logo (diff) | |
| download | cgit-979c460e7f71d153ae79da67b8b21c3412f0fe02.tar.gz cgit-979c460e7f71d153ae79da67b8b21c3412f0fe02.tar.bz2 cgit-979c460e7f71d153ae79da67b8b21c3412f0fe02.zip | |
Merge branch 'br/misc'
* br/misc:
  Use transparent background for the cgit logo
  ssdiff: anchors for ssdiff
  implement repo.logo and repo.logo-link
Diffstat (limited to '')
| -rw-r--r-- | cgitrc.5.txt | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/cgitrc.5.txt b/cgitrc.5.txt index a832830..c3698a6 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -387,6 +387,15 @@ repo.enable-subject-links::  	A flag which can be used to override the global setting  	`enable-subject-links'. Default value: none. +repo.logo:: +	Url which specifies the source of an image which will be used as a logo +	on this repo's pages. Default value: global logo. + +repo.logo-link:: +	Url loaded when clicking on the cgit logo image. If unspecified the +	calculated url of the repository index page will be used. Default +	value: global logo-link. +  repo.max-stats::  	Override the default maximum statistics period. Valid values are equal  	to the values specified for the global "max-stats" setting. Default | 
