about summary refs log tree commit
path: root/ui-commit.c
DateCommit message (Expand)
2008-04-13Remove 'patch' link from tab, add to commit view
2008-04-12Include diff in commit view
2008-03-24Add ui-shared.h
2008-03-18Introduce html.h
2008-02-16Move cgit_repo into cgit_context
2008-02-16Introduce struct cgit_context
2007-11-11Fix html error detected by test-suite
2007-10-01ui-commit.c: link to diff instead of tree from diffstat
2007-07-23cgit_print_snapshot_links: use url to specify snapshot name
2007-07-21allow selective enabling of snapshots
2007-07-18add support for snapshot tarballs
2007-06-17Add cgit_diff_link()
2007-06-17ui-commit: use cgit_commit_link() for parent links
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit view
2007-06-17Add and use cgit_tree_link()
2007-06-16ui-tree: unify with ui-view, use path to select tree/blob
2007-05-31Use & instead of & in URLs.
2007-05-31Fixed unexpected tags in html output.
2007-05-22Add cgit_print_age() function
2007-05-16Add link to commitdiff below diffstat
2007-05-16Change commit-view to expect h parameter, not id
2007-05-15Use tables and css to create the diffstat graph, fix scaling
2007-05-15Specify static storage class for file-local declarations
2007-05-14Add log filtering by path and link to it from tree view
2007-05-13Add commitdiff between commit and each of it's parent
2007-05-13Add graphical diffstat to commit view
2007-05-13Use standard tree-diff function when showing diffstat for single commit
2007-02-08Make snapshot feature configurable
2007-02-08Add support for snapshots
2006-12-22Add missing diff-link in ui-commit.c
2006-12-17Don't show new and old filemode for added/removed files
2006-12-17Show list of modified files in ui-commit.c
2006-12-16Reformat code to avoid excessive line lengths
2006-12-16Add cgit_free_commitinfo() and use where needed
2006-12-16Simplify ui-commit.c
2006-12-16Show emails and timestamps in ui-commit.c
2006-12-16Add head comment to ui-commit.c
2006-12-16Move cgit_print_date into ui-shared, reuse in ui-summary
2006-12-16Add ui-commit.c + misc ui cleanups