Age | Commit message (Expand) | Author | Files | Lines |
2007-06-17 | Add cgit_commit_link() + support for id=sha1 to commit view | Lars Hjemli | 7 | -18/+31 |
2007-06-17 | Add git_log_link() and fix bug in generic repolink function | Lars Hjemli | 5 | -20/+24 |
2007-06-17 | ui-tree: html/css cleanup | Lars Hjemli | 2 | -23/+12 |
2007-06-17 | ui-shared: use strcmp() to compare strings | Lars Hjemli | 1 | -2/+2 |
2007-06-16 | Add and use cgit_tree_link() | Lars Hjemli | 5 | -38/+107 |
2007-06-16 | ui-tree: make blob viewer generate valid html | Lars Hjemli | 1 | -1/+0 |
2007-06-16 | ui-tree: unify with ui-view, use path to select tree/blob | Lars Hjemli | 8 | -112/+174 |
2007-06-06 | cgit.css: make it validate | Lars Hjemli | 1 | -8/+7 |
2007-06-06 | ui-diff: close td/tr/table properly | Lars Hjemli | 1 | -0/+2 |
2007-06-05 | ui-diff: emit table/tr/td at better locations | Lars Hjemli | 1 | -9/+7 |
2007-06-04 | Rename dirlink to gitlink. | Jeffrey C. Ollie | 3 | -7/+7 |
2007-05-31 | Implemented configurable HEAD shortlog on summary page. | Ondrej Jirman | 4 | -1/+16 |
2007-05-31 | Check for NULL commit buffer in cgit_parse_commit() | Ondrej Jirman | 1 | -0/+3 |
2007-05-31 | Add option to disable pager to cgit_print_log(). | Ondrej Jirman | 3 | -17/+19 |
2007-05-31 | Handle single-line and empty commit subjects | Ondrej Jirman | 1 | -3/+8 |
2007-05-31 | Use & instead of & in URLs. | Ondrej Jirman | 6 | -13/+13 |
2007-05-31 | Fixed unexpected tags in html output. | Ondrej Jirman | 3 | -6/+7 |
2007-05-23 | cgit v0.5v0.5 | Lars Hjemli | 1 | -1/+1 |
2007-05-23 | Bad html: it's nice to add alt-attributes | Lars Hjemli | 1 | -1/+1 |
2007-05-23 | Bad html: <form> should have an action-attribute | Lars Hjemli | 1 | -1/+1 |
2007-05-23 | Close a <tr> properly | Lars Hjemli | 1 | -1/+1 |
2007-05-23 | Add repo.readme parameter | Lars Hjemli | 5 | -15/+23 |
2007-05-23 | Remove unused variable from ui-repolist.c:read_agefile() | Lars Hjemli | 1 | -1/+0 |
2007-05-22 | Show time since last change on index page | Lars Hjemli | 3 | -1/+43 |
2007-05-22 | Use cgit_print_age() on summary and log pages | Lars Hjemli | 2 | -10/+6 |
2007-05-22 | Add cgit_print_age() function | Lars Hjemli | 5 | -8/+94 |
2007-05-20 | css: make column headings bold | Lars Hjemli | 1 | -1/+1 |
2007-05-20 | Make frontpage friendlier | Lars Hjemli | 2 | -15/+43 |
2007-05-20 | Merge branch 'repogroups' | Lars Hjemli | 4 | -0/+21 |
2007-05-20 | Adjust apperance of repogroup headers | Lars Hjemli | 1 | -1/+1 |
2007-05-20 | Merge branch 'virtual-url' | Lars Hjemli | 6 | -51/+139 |
2007-05-20 | Merge branch 'index-header' | Lars Hjemli | 4 | -0/+24 |
2007-05-20 | Use git-1.5.2 | Lars Hjemli | 2 | -5/+3 |
2007-05-18 | Teach cgit howto include an external file on index page. | Lars Hjemli | 3 | -0/+9 |
2007-05-18 | Add html_include() | Lars Hjemli | 2 | -0/+15 |
2007-05-18 | Don't highlight repogroup headings | Lars Hjemli | 1 | -1/+1 |
2007-05-18 | Teach cgit how to group repositories by category | Lars Hjemli | 4 | -0/+21 |
2007-05-18 | Don't be fooled by trailing '/' in url-parameter | Lars Hjemli | 1 | -1/+2 |
2007-05-18 | cache_safe_filename() needs more buffers | Lars Hjemli | 1 | -4/+9 |
2007-05-18 | Enable url=value querystring parameter | Lars Hjemli | 6 | -40/+98 |
2007-05-18 | Add lookup-function for valid repo commands | Lars Hjemli | 2 | -0/+24 |
2007-05-18 | Move cgit_get_repoinfo into shared.c | Lars Hjemli | 3 | -14/+14 |
2007-05-18 | Remove unused extern declarations from cgit.h | Lars Hjemli | 1 | -4/+0 |
2007-05-18 | Add knobs to enable/disable files/lines changed in log view | Lars Hjemli | 4 | -13/+48 |
2007-05-16 | Restrict length of repo description on repolist page | Lars Hjemli | 4 | -1/+9 |
2007-05-16 | Don't die when diffing trees with subprojects | Lars Hjemli | 1 | -19/+43 |
2007-05-16 | Do not wrap filemode column in diffstat table | Lars Hjemli | 1 | -0/+4 |
2007-05-16 | Add C D L and T links to index page | Lars Hjemli | 1 | -1/+15 |
2007-05-16 | Make git_pageurl handle NULL querystrings | Lars Hjemli | 1 | -2/+6 |
2007-05-15 | Add support for tree listing via h parameter | Lars Hjemli | 1 | -0/+10 |