diff options
| author | Jason A. Donenfeld <Jason@zx2c4.com> | 2010-08-04 00:45:42 +0200 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2010-08-20 18:57:30 +0200 | 
| commit | 379e80e3a83481d3639c5d312eeddcce57c486b2 (patch) | |
| tree | 474ac38e3812008532d4ebd0b095ac835b5478b5 /cgitrc.5.txt | |
| parent | Merge branch 'jd/gitolite' (diff) | |
| download | cgit-379e80e3a83481d3639c5d312eeddcce57c486b2.tar.gz cgit-379e80e3a83481d3639c5d312eeddcce57c486b2.tar.bz2 cgit-379e80e3a83481d3639c5d312eeddcce57c486b2.zip | |
Support refspecs in about-filter.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
| -rw-r--r-- | cgitrc.5.txt | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 5d77973..c643fae 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -371,7 +371,9 @@ repo.path::  repo.readme::  	A path (relative to <repo.path>) which specifies a file to include -	verbatim as the "About" page for this repo. Default value: none. +	verbatim as the "About" page for this repo. You may also specify a +	git refspec by head or by hash by prepending the refspec followed by +	a colon. For example, "master:docs/readme.mkd" Default value: none.  repo.snapshots::  	A mask of allowed snapshot-formats for this repo, restricted by the | 
