aboutsummaryrefslogtreecommitdiff
path: root/ui-blob.c
Commit message (Collapse)AuthorAge
* Introduce html.hLars Hjemli2008-03-18
| | | | | | | | All html-functions can be quite easily separated from the rest of cgit, so lets do it; the only issue was html_filemode which uses some git-defined macros so the function is moved into ui-shared.c::cgit_print_filemode(). Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Add support for downloading single blobsLars Hjemli2007-05-09
Signed-off-by: Lars Hjemli <hjemli@gmail.com>