]> git.cameronkatri.com Git - cgit.git/history - ui-commit.c
Add cgit_commit_link() + support for id=sha1 to commit view
[cgit.git] / ui-commit.c
2007-06-17 Lars HjemliAdd cgit_commit_link() + support for id=sha1 to commit...
2007-06-16 Lars HjemliAdd and use cgit_tree_link()
2007-06-16 Lars Hjemliui-tree: unify with ui-view, use path to select tree...
2007-05-31 Ondrej JirmanUse & instead of & in URLs.
2007-05-31 Ondrej JirmanFixed unexpected tags in html output.
2007-05-22 Lars HjemliAdd cgit_print_age() function
2007-05-15 Lars HjemliAdd link to commitdiff below diffstat
2007-05-15 Lars HjemliChange commit-view to expect h parameter, not id
2007-05-15 Lars HjemliUse tables and css to create the diffstat graph, fix...
2007-05-14 Lars HjemliSpecify static storage class for file-local declarations
2007-05-14 Lars HjemliAdd log filtering by path and link to it from tree...
2007-05-13 Lars HjemliAdd commitdiff between commit and each of it's parent
2007-05-13 Lars HjemliAdd graphical diffstat to commit view
2007-05-13 Lars HjemliUse standard tree-diff function when showing diffstat...
2007-02-08 Lars HjemliMake snapshot feature configurable
2007-02-08 Lars HjemliAdd support for snapshots
2006-12-22 Lars HjemliAdd missing diff-link in ui-commit.c
2006-12-17 Lars HjemliDon't show new and old filemode for added/removed files
2006-12-17 Lars HjemliShow list of modified files in ui-commit.c
2006-12-16 Lars HjemliReformat code to avoid excessive line lengths
2006-12-16 Lars HjemliAdd cgit_free_commitinfo() and use where needed
2006-12-16 Lars HjemliSimplify ui-commit.c
2006-12-16 Lars HjemliShow emails and timestamps in ui-commit.c
2006-12-16 Lars HjemliAdd head comment to ui-commit.c
2006-12-15 Lars HjemliMove cgit_print_date into ui-shared, reuse in ui-summary
2006-12-15 Lars HjemliAdd ui-commit.c + misc ui cleanups