summaryrefslogtreecommitdiffstatshomepage
path: root/ui-log.c (unfollow)
Commit message (Expand)AuthorLines
2007-06-17ui-log: honor id=sha1 on querystringLars Hjemli-0/+3
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli-5/+2
2007-05-31Add option to disable pager to cgit_print_log().Ondrej Jirman-15/+17
2007-05-31Use & instead of & in URLs.Ondrej Jirman-2/+2
2007-05-22Use cgit_print_age() on summary and log pagesLars Hjemli-6/+2
2007-05-18Add knobs to enable/disable files/lines changed in log viewLars Hjemli-12/+21
2007-05-16Change commit-view to expect h parameter, not idLars Hjemli-2/+1
2007-05-14Add log filtering by path and link to it from tree viewLars Hjemli-2/+6
2007-05-13Show number of changed lines in log viewLars Hjemli-1/+11
2007-05-13Show number of changed files in log viewLars Hjemli-2/+15
2007-02-21Layout updateLars Hjemli-1/+0
2007-01-28Add parameter to adjust max message length in log listingsLars Hjemli-1/+1
2007-01-28Cleanup table listingsLars Hjemli-1/+1
2006-12-28Add basic log filteringLars Hjemli-3/+10
2006-12-22Only show first 80 characters of commit subject in log and summaryLars Hjemli-2/+2
2006-12-16Reformat code to avoid excessive line lengthsLars Hjemli-1/+3
2006-12-16Add cgit_free_commitinfo() and use where neededLars Hjemli-4/+1
2006-12-16Add ui-commit.c + misc ui cleanupsLars Hjemli-8/+3
2006-12-15Add a common commit parserLars Hjemli-63/+13
2006-12-14Add simple pager to log pageLars Hjemli-2/+29
2006-12-13Add display of tree content w/ui-tree.cLars Hjemli-1/+6
2006-12-11Move log-functions into ui-log.cLars Hjemli-0/+115