aboutsummaryrefslogtreecommitdiffstats
path: root/ui-log.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-31Handle binary files in diffsLars Hjemli1-1/+6
2009-01-11Change toggle to more meaningful termJustin Waters1-1/+2
2009-01-11ui-log: show name-decorations in log outputLars Hjemli1-0/+35
2008-12-06Merge branch 'full-log'Lars Hjemli1-7/+28
2008-12-03ui-log: try to disambiguate ref namesLars Hjemli1-2/+15
2008-11-30ui-log: use css to make full-log prettierLars Hjemli1-8/+6
2008-11-29ui-log: (ab)use extra columns for commit message when showmsg=1Lars Hjemli1-6/+7
2008-11-29ui-log: add support for showing the full commit messageLars Hjemli1-5/+27
2008-10-05Use GIT-1.6.0.2Lars Hjemli1-4/+2
2008-04-14Make a few more columns in repolist and log view clickableLars Hjemli1-0/+5
2008-04-14Make branches, tags and log play better together in the summary viewLars Hjemli1-16/+26
2008-03-24Add ui-shared.hLars Hjemli1-0/+1
2008-03-18Introduce html.hLars Hjemli1-0/+1
2008-02-16Move cgit_repo into cgit_contextLars Hjemli1-5/+5
2008-02-16Introduce struct cgit_contextLars Hjemli1-10/+10
2007-11-11Fix html error detected by test-suiteLars Hjemli1-1/+1
2007-11-06Show lines changed as -n/+m in shortlogsLars Hjemli1-7/+14
2007-11-03Add search parameters to cgit_log_linkLars Hjemli1-2/+4
2007-10-28Teach log search about --grep, --author and --committerLars Hjemli1-3/+6
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli1-9/+7
2007-06-17ui-log: honor id=sha1 on querystringLars Hjemli1-0/+3
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli1-5/+2
2007-05-31Add option to disable pager to cgit_print_log().Ondrej Jirman1-15/+17
2007-05-31Use & instead of & in URLs.Ondrej Jirman1-2/+2
2007-05-22Use cgit_print_age() on summary and log pagesLars Hjemli1-6/+2
2007-05-18Add knobs to enable/disable files/lines changed in log viewLars Hjemli1-12/+21
2007-05-16Change commit-view to expect h parameter, not idLars Hjemli1-2/+1
2007-05-14Add log filtering by path and link to it from tree viewLars Hjemli1-2/+6
2007-05-13Show number of changed lines in log viewLars Hjemli1-1/+11
2007-05-13Show number of changed files in log viewLars Hjemli1-2/+15
2007-02-21Layout updateLars Hjemli1-1/+0
2007-01-28Add parameter to adjust max message length in log listingsLars Hjemli1-1/+1
2007-01-28Cleanup table listingsLars Hjemli1-1/+1
2006-12-28Add basic log filteringLars Hjemli1-3/+10
2006-12-22Only show first 80 characters of commit subject in log and summaryLars Hjemli1-2/+2
2006-12-16Reformat code to avoid excessive line lengthsLars Hjemli1-1/+3
2006-12-16Add cgit_free_commitinfo() and use where neededLars Hjemli1-4/+1
2006-12-16Add ui-commit.c + misc ui cleanupsLars Hjemli1-8/+3
2006-12-15Add a common commit parserLars Hjemli1-63/+13
2006-12-14Add simple pager to log pageLars Hjemli1-2/+29
2006-12-13Add display of tree content w/ui-tree.cLars Hjemli1-1/+6
2006-12-11Move log-functions into ui-log.cLars Hjemli1-0/+115