aboutsummaryrefslogtreecommitdiffstats
path: root/ui-blob.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* readme: Accept multiple candidates and test them.Jason A. Donenfeld2013-05-251-0/+1
| | | | | | | | | | | The readme variable may now contain multiple space deliminated entries, which per usual are either a filepath or a git ref filepath. If multiple are specified, cgit will now select the first one in the list that exists. This is to make it easier to specify multiple default readme types in the main cgitrc file and have them automatically get applied to each repo based on what exists. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Support refspecs in about-filter.Jason A. Donenfeld2010-08-201-0/+1
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* allow blob extract blobs by head/path combinationMichael Krelin2008-06-241-1/+1
| | | | | | | If blob is invoked with no id=, it tries to look up h= and search for path= in there. Once found, proceed as normal, otherwise, fail as normal. Signed-off-by: Michael Krelin <hacker@klever.net>
* Add separate header-files for each page/viewLars Hjemli2008-03-241-0/+6
Yet another step towards removing cgit.h. Signed-off-by: Lars Hjemli <hjemli@gmail.com>