aboutsummaryrefslogtreecommitdiffstats
path: root/ui-commit.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-13git: update to v2.7.0Christian Hesse1-6/+6
2015-08-14commit: move layout into page functionJohn Keeping1-2/+6
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping1-1/+1
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping1-2/+2
2014-01-14filter: add page source to email filterJason A. Donenfeld1-2/+2
2014-01-14filter: add support for email filterJason A. Donenfeld1-0/+4
2014-01-14filter: return on null filter from open and closeJason A. Donenfeld1-12/+6
2014-01-08Update copyright informationLukas Fleischer1-1/+1
2013-08-16Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer1-1/+1
2013-04-08Do not load user or system gitconfig and gitattributesJason A. Donenfeld1-1/+0
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping1-2/+2
2013-04-08Always #include corresponding .h in .c filesJohn Keeping1-0/+1
2013-04-08Update git to v1.8.2.1John Keeping1-1/+2
2013-03-05cgit_print_commit(): Free tmp variableLukas Fleischer1-0/+1
2013-03-04Fix several whitespace errorsLukas Fleischer1-2/+2
2011-06-14cgit.c: always setup cgit repo environment variablesLars Hjemli1-3/+3
2011-05-23Merge branch 'lh/panel'Lars Hjemli1-7/+3
2011-03-26cgit_open_filter: also take the repo as a parameterFerry Huberts1-3/+3
2011-03-06ui-diff.c: create a control panel for diff optionsLars Hjemli1-7/+3
2010-08-22Use GIT-1.7.2.2Lars Hjemli1-1/+1
2010-08-04ui-commit: Display git notes when presentJeff Smith1-0/+15
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