aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.c
Commit message (Expand)AuthorAgeFilesLines
...
* allow blob extract blobs by head/path combination••• 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> Michael Krelin2008-06-241-1/+1
* Merge branch 'lh/cache'•••* lh/cache: Add page 'ls_cache' Redesign the caching layer Lars Hjemli2008-05-031-5/+16
|\
| * Add page 'ls_cache'•••This new page will list all entries found in the current cache, which is useful when reviewing the new cache implementation. There are no links to the new page, but it's reachable by adding 'p=ls_cache' to any cgit url. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2008-04-281-5/+16
* | Add 'about site' and 'about repo' pages•••This commit uses the options and changes from the last few commits to implement a new 'about' command which works both with and without a repo. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2008-04-291-0/+9
|/
* Add separate header-files for each page/view•••Yet another step towards removing cgit.h. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2008-03-241-0/+11
* Add command dispatcher•••This simplifies the code in cgit.c and makes it easier to extend cgit with new pages/commands. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2008-03-241-0/+101