Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add cache-root option to /cgit/rc | Lars Hjemli | 2006-12-16 | 1 | -0/+2 |
| | | | | | | | | Somehow, this option was forgotten when parsing the configfile. Add it. Signed-off-by: Lars Hjemli <[email protected]> | ||||
* | Add argument parsing + switch for uncached operation | Lars Hjemli | 2006-12-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | This adds support for the following options to cgit: --root=<path> --cache=<path> --nocache --query=<querystring> --repo=<reponame> --page=<pagename> --head=<branchname> --sha1=<sha1> --ofs=<number> On startup, /etc/cgitrc is parsed, followed by argument parsing and finally querystring parsing. If --nocache is specified (or set in /etc/gitrc), caching is disabled and cgit instead generates pages to stdout. The combined effect of these two changes makes testing/debugging a lot less painfull. Signed-off-by: Lars Hjemli <[email protected]> | ||||
* | Add head comment to shared.c | Lars Hjemli | 2006-12-16 | 1 | -0/+8 |
| | | | | Signed-off-by: Lars Hjemli <[email protected]> | ||||
* | Add simple pager to log page | Lars Hjemli | 2006-12-14 | 1 | -3/+6 |
| | | | | Signed-off-by: Lars Hjemli <[email protected]> | ||||
* | Move global variables + callback functions into shared.c | Lars Hjemli | 2006-12-11 | 1 | -0/+74 |
Signed-off-by: Lars Hjemli <[email protected]> |