aboutsummaryrefslogtreecommitdiffstats
path: root/ui-commit.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-27Add decorations to commit pagesJustin Waters1-0/+4
2008-08-01Added `local-time` option to cgitrcStefan Naewe1-2/+2
2008-05-18ui-commit: handle root commitsLars Hjemli1-3/+7
2008-04-24Integrate diffstat with diffLars Hjemli1-142/+4
2008-04-17Fix commitdiff annoyanceLars Hjemli1-1/+1
2008-04-13Remove 'patch' link from tab, add to commit viewLars Hjemli1-0/+6
2008-04-12Include diff in commit viewLars Hjemli1-3/+5
2008-03-24Add ui-shared.hLars Hjemli1-0/+1
2008-03-18Introduce html.hLars Hjemli1-3/+4
2008-02-16Move cgit_repo into cgit_contextLars Hjemli1-2/+2
2008-02-16Introduce struct cgit_contextLars Hjemli1-7/+7
2007-11-11Fix html error detected by test-suiteLars Hjemli1-3/+3
2007-10-01ui-commit.c: link to diff instead of tree from diffstatLars Hjemli1-2/+2
2007-07-23cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli1-1/+2
2007-07-21allow selective enabling of snapshotsMichael Krelin1-1/+1
2007-07-18add support for snapshot tarballsMichael Krelin1-6/+3
2007-06-17Add cgit_diff_link()Lars Hjemli1-30/+16
2007-06-17ui-commit: use cgit_commit_link() for parent linksLars Hjemli1-6/+4
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli1-0/+3
2007-06-17Add and use cgit_tree_link()Lars Hjemli1-4/+6
2007-06-16ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli1-2/+1
2007-05-31Use & instead of & in URLs.Ondrej Jirman1-4/+4
2007-05-31Fixed unexpected tags in html output.Ondrej Jirman1-1/+1
2007-05-22Add cgit_print_age() functionLars Hjemli1-2/+2
2007-05-16Add link to commitdiff below diffstatLars Hjemli1-1/+5
2007-05-16Change commit-view to expect h parameter, not idLars Hjemli1-1/+1
2007-05-15Use tables and css to create the diffstat graph, fix scalingLars Hjemli1-12/+8
2007-05-15Specify static storage class for file-local declarationsLars Hjemli1-4/+4
2007-05-14Add log filtering by path and link to it from tree viewLars Hjemli1-1/+2
2007-05-13Add commitdiff between commit and each of it's parentLars Hjemli1-4/+15
2007-05-13Add graphical diffstat to commit viewLars Hjemli1-31/+101
2007-05-13Use standard tree-diff function when showing diffstat for single commitLars Hjemli1-51/+15
2007-02-08Make snapshot feature configurableLars Hjemli1-5/+7
2007-02-08Add support for snapshotsLars Hjemli1-0/+7
2006-12-22Add missing diff-link in ui-commit.cLars Hjemli1-2/+3
2006-12-17Don't show new and old filemode for added/removed filesLars Hjemli1-2/+9
2006-12-17Show list of modified files in ui-commit.cLars Hjemli1-0/+111
2006-12-16Reformat code to avoid excessive line lengthsLars Hjemli1-8/+9
2006-12-16Add cgit_free_commitinfo() and use where neededLars Hjemli1-4/+1
2006-12-16Simplify ui-commit.cLars Hjemli1-16/+1
2006-12-16Show emails and timestamps in ui-commit.cLars Hjemli1-2/+8
2006-12-16Add head comment to ui-commit.cLars Hjemli1-0/+8
2006-12-16Move cgit_print_date into ui-shared, reuse in ui-summaryLars Hjemli1-11/+0
2006-12-16Add ui-commit.c + misc ui cleanupsLars Hjemli1-0/+80