aboutsummaryrefslogtreecommitdiffstats
path: root/ui-commit.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Merge branch 'jh/path-limit'Lars Hjemli1-8/+12
2010-06-19ui-commit: Preserve path limit in links to commit pageJohan Herland1-4/+5
2010-06-19ui-commit: Preserve path limit in links to tree and diff pagesJohan Herland1-1/+5
2010-06-19ui-patch: Apply path limit to generated patchJohan Herland1-1/+1
2010-06-19ui-commit: Limit diff based on path limit in qry.pathJohan Herland1-2/+2
2010-02-27Optionally generate verbose parent linksLars Hjemli1-5/+7
2010-02-27display subject instead of sha1 as link title of parentsStefan Naewe1-3/+5
2009-09-16Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony1-3/+8
2009-09-13Use GIT-1.6.4.3Lars Hjemli1-1/+1
2009-08-09Merge branch 'lh/plugins'Lars Hjemli1-0/+8
2009-08-09Add support for repo.commit-filter and repo.source-filterLars Hjemli1-8/+8
2009-08-08Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki1-4/+8
2009-07-31ui-commit: add support for 'commit-filter' optionLars Hjemli1-0/+8
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