| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented configurable HEAD shortlog on summary page. | Ondrej Jirman | 2007-05-31 | 4 | -1/+16 |
* | Check for NULL commit buffer in cgit_parse_commit() | Ondrej Jirman | 2007-05-31 | 1 | -0/+3 |
* | Add option to disable pager to cgit_print_log(). | Ondrej Jirman | 2007-05-31 | 3 | -17/+19 |
* | Handle single-line and empty commit subjects | Ondrej Jirman | 2007-05-31 | 1 | -3/+8 |
* | Use & instead of & in URLs. | Ondrej Jirman | 2007-05-31 | 6 | -13/+13 |
* | Fixed unexpected tags in html output. | Ondrej Jirman | 2007-05-31 | 3 | -6/+7 |
* | cgit v0.5v0.5 | Lars Hjemli | 2007-05-24 | 1 | -1/+1 |
* | Bad html: it's nice to add alt-attributes | Lars Hjemli | 2007-05-24 | 1 | -1/+1 |
* | Bad html: <form> should have an action-attribute | Lars Hjemli | 2007-05-24 | 1 | -1/+1 |
* | Close a <tr> properly | Lars Hjemli | 2007-05-24 | 1 | -1/+1 |
* | Add repo.readme parameter | Lars Hjemli | 2007-05-23 | 5 | -15/+23 |
* | Remove unused variable from ui-repolist.c:read_agefile() | Lars Hjemli | 2007-05-23 | 1 | -1/+0 |
* | Show time since last change on index page | Lars Hjemli | 2007-05-22 | 3 | -1/+43 |
* | Use cgit_print_age() on summary and log pages | Lars Hjemli | 2007-05-22 | 2 | -10/+6 |
* | Add cgit_print_age() function | Lars Hjemli | 2007-05-22 | 5 | -8/+94 |
* | css: make column headings bold | Lars Hjemli | 2007-05-21 | 1 | -1/+1 |
* | Make frontpage friendlier | Lars Hjemli | 2007-05-21 | 2 | -15/+43 |
* | Merge branch 'repogroups' | Lars Hjemli | 2007-05-20 | 4 | -0/+21 |
|\ |
|
| * | Adjust apperance of repogroup headers | Lars Hjemli | 2007-05-20 | 1 | -1/+1 |
| * | Don't highlight repogroup headings | Lars Hjemli | 2007-05-18 | 1 | -1/+1 |
| * | Teach cgit how to group repositories by category | Lars Hjemli | 2007-05-18 | 4 | -0/+21 |
* | | Merge branch 'virtual-url' | Lars Hjemli | 2007-05-20 | 6 | -51/+139 |
|\ \ |
|
| * | | Don't be fooled by trailing '/' in url-parameter | Lars Hjemli | 2007-05-18 | 1 | -1/+2 |
| * | | cache_safe_filename() needs more buffers | Lars Hjemli | 2007-05-18 | 1 | -4/+9 |
| * | | Enable url=value querystring parameter | Lars Hjemli | 2007-05-18 | 6 | -40/+98 |
| * | | Add lookup-function for valid repo commands | Lars Hjemli | 2007-05-18 | 2 | -0/+24 |
| * | | Move cgit_get_repoinfo into shared.c | Lars Hjemli | 2007-05-18 | 3 | -14/+14 |
| |/ |
|
* | | Merge branch 'index-header' | Lars Hjemli | 2007-05-20 | 4 | -0/+24 |
|\ \ |
|
| * | | Teach cgit howto include an external file on index page. | Lars Hjemli | 2007-05-19 | 3 | -0/+9 |
| * | | Add html_include() | Lars Hjemli | 2007-05-18 | 2 | -0/+15 |
| |/ |
|
* / | Use git-1.5.2 | Lars Hjemli | 2007-05-20 | 2 | -5/+3 |
|/ |
|
* | Remove unused extern declarations from cgit.h | Lars Hjemli | 2007-05-18 | 1 | -4/+0 |
* | Add knobs to enable/disable files/lines changed in log view | Lars Hjemli | 2007-05-18 | 4 | -13/+48 |
* | Restrict length of repo description on repolist page | Lars Hjemli | 2007-05-16 | 4 | -1/+9 |
* | Don't die when diffing trees with subprojects | Lars Hjemli | 2007-05-16 | 1 | -19/+43 |
* | Do not wrap filemode column in diffstat table | Lars Hjemli | 2007-05-16 | 1 | -0/+4 |
* | Add C D L and T links to index page | Lars Hjemli | 2007-05-16 | 1 | -1/+15 |
* | Make git_pageurl handle NULL querystrings | Lars Hjemli | 2007-05-16 | 1 | -2/+6 |
* | Add support for tree listing via h parameter | Lars Hjemli | 2007-05-16 | 1 | -0/+10 |
* | Add link to commitdiff below diffstat | Lars Hjemli | 2007-05-16 | 2 | -2/+10 |
* | Add support for commitdiff via h parameter | Lars Hjemli | 2007-05-16 | 3 | -7/+21 |
* | Change commit-view to expect h parameter, not id | Lars Hjemli | 2007-05-16 | 4 | -10/+13 |
* | Enable default value for head parameter | Lars Hjemli | 2007-05-16 | 3 | -14/+7 |
* | Restrict deep nesting of configfiles | Lars Hjemli | 2007-05-15 | 1 | -4/+6 |
* | Include cgit.conf in Makefile | Lars Hjemli | 2007-05-15 | 1 | -0/+5 |
* | ui-diff: show /dev/null as filename for add/delete | Lars Hjemli | 2007-05-15 | 1 | -1/+4 |
* | Use tables and css to create the diffstat graph, fix scaling | Lars Hjemli | 2007-05-15 | 5 | -15/+27 |
* | Do not alter incoming sha1 when handling the download refs. | Lars Hjemli | 2007-05-15 | 1 | -2/+5 |
* | Don't hardcode urls when SCRIPT_NAME is available | Lars Hjemli | 2007-05-15 | 5 | -4/+9 |
* | ui-shared.c: fix whitespace breakage | Lars Hjemli | 2007-05-15 | 1 | -6/+5 |