Age | Commit message (Expand) | Author | Files | Lines |
2008-09-15 | ui-repolist: enable filtering of repos by path | Lars Hjemli | 1 | -1/+10 |
2008-09-15 | Add support for --scan-tree=<path> option to cgit | Lars Hjemli | 4 | -3/+184 |
2008-09-15 | Teach cgit how to use PATH_INFO | Lars Hjemli | 2 | -0/+28 |
2008-09-15 | Merge branch 'lh/parsing' | Lars Hjemli | 3 | -64/+101 |
2008-09-15 | ui-tag: show the taggers email | Lars Hjemli | 1 | -0/+4 |
2008-09-15 | parsing.c: be prepared for unexpected content in commit/tag objects | Lars Hjemli | 2 | -64/+97 |
2008-09-15 | Merge branch 'ew/http_host' | Lars Hjemli | 1 | -7/+12 |
2008-09-03 | Update Makefile to use GIT-1.6.0.1 | Lars Hjemli | 1 | -1/+1 |
2008-09-02 | use Host: header to generate cgit_hosturl | Eric Wong | 1 | -7/+12 |
2008-09-02 | Use GIT-1.6.0.1 | Lars Hjemli | 1 | -0/+0 |
2008-09-02 | ui-plain: handle subdirectories | Lars Hjemli | 1 | -4/+1 |
2008-09-01 | Use GIT-1.6.0 | Lars Hjemli | 1 | -0/+0 |
2008-09-01 | Merge branch 'lh/plain' | Lars Hjemli | 12 | -13/+125 |
2008-09-01 | Merge branch 'lh/clone' | Lars Hjemli | 6 | -0/+140 |
2008-09-01 | cache.c: use %zd for off_t argument | Lars Hjemli | 1 | -1/+1 |
2008-08-06 | Supply status description to html_status() | Lars Hjemli | 4 | -14/+12 |
2008-08-06 | Use GIT-1.6.0.rc1 | Lars Hjemli | 2 | -1/+1 |
2008-08-06 | Makefile: Git dependency, take 3 | Lars Hjemli | 1 | -5/+3 |
2008-08-06 | ui-tree: link to plain view instead of blob view | Lars Hjemli | 3 | -4/+12 |
2008-08-06 | Implement plain view | Lars Hjemli | 9 | -0/+106 |
2008-08-06 | Add support for cloning over http | Lars Hjemli | 6 | -0/+140 |
2008-08-06 | Merge branch 'lh/atom' | Lars Hjemli | 7 | -0/+168 |
2008-08-05 | cgitrc: explain new local-time option | Stefan Naewe | 1 | -0/+2 |
2008-08-01 | Add atom-support | Lars Hjemli | 7 | -0/+168 |
2008-08-01 | Added `local-time` option to cgitrc | Stefan Naewe | 7 | -10/+17 |
2008-08-01 | Makefile: another take on git dependency rules | Lars Hjemli | 1 | -7/+5 |
2008-07-27 | Modify default value for a few cgitrc options | Lars Hjemli | 1 | -2/+5 |
2008-07-27 | Be prepared for empty repositories | Lars Hjemli | 2 | -4/+9 |
2008-07-27 | ui-shared: show repo owner along with description | Lars Hjemli | 1 | -3/+3 |
2008-07-27 | ui-summary: show clone urls | Lars Hjemli | 1 | -0/+41 |
2008-07-22 | Makefile: remove the `distclean` and `emptycache` targets | Lars Hjemli | 1 | -7/+0 |
2008-07-22 | Makefile: do not touch the git objects with `make clean` | Lars Hjemli | 1 | -1/+0 |
2008-07-22 | Makefile: fix git dependency rules | Lars Hjemli | 1 | -5/+3 |
2008-07-22 | tests/Makefile: not everyone has `.` in $PATH | Lars Hjemli | 1 | -1/+1 |
2008-07-21 | Adjust to new calling convention for read_tree_recursive() | Lars Hjemli | 2 | -7/+10 |
2008-07-21 | Use GIT-1.6.0-rc0 | Lars Hjemli | 1 | -0/+0 |
2008-07-19 | Add a favicon option to cgitrc | Lars Hjemli | 4 | -0/+10 |
2008-06-26 | Add support for including a footer on all pages | Lars Hjemli | 3 | -4/+13 |
2008-06-26 | Merge branch 'master' of git://git.klever.net/patchwork/cgit | Lars Hjemli | 5 | -7/+39 |
2008-06-25 | Use GIT-1.5.6 | Lars Hjemli | 2 | -1/+1 |
2008-06-24 | allow specification of directly linked blobs mimetypes | Michael Krelin | 3 | -1/+4 |
2008-06-24 | allow blob extract blobs by head/path combination | Michael Krelin | 3 | -6/+35 |
2008-05-21 | Added root-desc to default configuration. | Harley Laue | 1 | -0/+4 |
2008-05-20 | ui-tree.c: avoid peeking at GITLINK objects | Lars Hjemli | 1 | -6/+8 |
2008-05-20 | cache.c: fix error checking in print_slot() | Lars Hjemli | 1 | -4/+7 |
2008-05-18 | cache.c: do not ignore errors from print_slot() | Lars Hjemli | 2 | -5/+15 |
2008-05-18 | cache.c: use xread()/xwrite() from libgit | Lars Hjemli | 1 | -6/+6 |
2008-05-18 | cache.c: make all io-related functions return errno on error | Lars Hjemli | 1 | -9/+24 |
2008-05-18 | cache.c: read(2) returns -1 on error, not 0 | Lars Hjemli | 1 | -1/+1 |
2008-05-18 | Use GIT-1.5.5.1 | Lars Hjemli | 2 | -1/+1 |