about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2007-06-17ui-tree: html/css cleanupLars Hjemli-23/+12
2007-06-17ui-shared: use strcmp() to compare stringsLars Hjemli-2/+2
2007-06-17Add and use cgit_tree_link()Lars Hjemli-38/+107
2007-06-16ui-tree: make blob viewer generate valid htmlLars Hjemli-1/+0
2007-06-16ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli-112/+174
2007-06-07cgit.css: make it validateLars Hjemli-8/+7
2007-06-06ui-diff: close td/tr/table properlyLars Hjemli-0/+2
2007-06-05ui-diff: emit table/tr/td at better locationsLars Hjemli-9/+7
2007-06-04Rename dirlink to gitlink.Jeffrey C. Ollie-7/+7
2007-05-31Implemented configurable HEAD shortlog on summary page.Ondrej Jirman-1/+16
2007-05-31Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman-0/+3
2007-05-31Add option to disable pager to cgit_print_log().Ondrej Jirman-17/+19
2007-05-31Handle single-line and empty commit subjectsOndrej Jirman-3/+8
2007-05-31Use & instead of & in URLs.Ondrej Jirman-13/+13
2007-05-31Fixed unexpected tags in html output.Ondrej Jirman-6/+7
2007-05-24cgit v0.5Lars Hjemli-1/+1
2007-05-24Bad html: it's nice to add alt-attributesLars Hjemli-1/+1
2007-05-24Bad html: <form> should have an action-attributeLars Hjemli-1/+1
2007-05-24Close a <tr> properlyLars Hjemli-1/+1
2007-05-23Add repo.readme parameterLars Hjemli-15/+23
2007-05-23Remove unused variable from ui-repolist.c:read_agefile()Lars Hjemli-1/+0
2007-05-22Show time since last change on index pageLars Hjemli-1/+43
2007-05-22Use cgit_print_age() on summary and log pagesLars Hjemli-10/+6
2007-05-22Add cgit_print_age() functionLars Hjemli-8/+94
2007-05-21css: make column headings boldLars Hjemli-1/+1
2007-05-21Make frontpage friendlierLars Hjemli-15/+43
2007-05-20Merge branch 'repogroups'Lars Hjemli-0/+21
2007-05-20Adjust apperance of repogroup headersLars Hjemli-1/+1
2007-05-20Merge branch 'virtual-url'Lars Hjemli-51/+139
2007-05-20Merge branch 'index-header'Lars Hjemli-0/+24
2007-05-20Use git-1.5.2Lars Hjemli-5/+3
2007-05-19Teach cgit howto include an external file on index page.Lars Hjemli-0/+9
2007-05-18Add html_include()Lars Hjemli-0/+15
2007-05-18Don't highlight repogroup headingsLars Hjemli-1/+1
2007-05-18Teach cgit how to group repositories by categoryLars Hjemli-0/+21
2007-05-18Don't be fooled by trailing '/' in url-parameterLars Hjemli-1/+2
2007-05-18cache_safe_filename() needs more buffersLars Hjemli-4/+9
2007-05-18Enable url=value querystring parameterLars Hjemli-40/+98
2007-05-18Add lookup-function for valid repo commandsLars Hjemli-0/+24
2007-05-18Move cgit_get_repoinfo into shared.cLars Hjemli-14/+14
2007-05-18Remove unused extern declarations from cgit.hLars Hjemli-4/+0
2007-05-18Add knobs to enable/disable files/lines changed in log viewLars Hjemli-13/+48
2007-05-16Restrict length of repo description on repolist pageLars Hjemli-1/+9
2007-05-16Don't die when diffing trees with subprojectsLars Hjemli-19/+43
2007-05-16Do not wrap filemode column in diffstat tableLars Hjemli-0/+4
2007-05-16Add C D L and T links to index pageLars Hjemli-1/+15
2007-05-16Make git_pageurl handle NULL querystringsLars Hjemli-2/+6
2007-05-16Add support for tree listing via h parameterLars Hjemli-0/+10
2007-05-16Add link to commitdiff below diffstatLars Hjemli-2/+10
2007-05-16Add support for commitdiff via h parameterLars Hjemli-7/+21