summaryrefslogtreecommitdiffstatshomepage
path: root/ui-commit.c (unfollow)
Commit message (Expand)AuthorLines
2020-10-20global: replace references to 'sha1' with 'oid'Christian Hesse-5/+5
2020-03-13global: use proper accessors for maybe_treeJason A. Donenfeld-1/+1
2018-10-12git: update to v2.19.1Christian Hesse-2/+2
2018-06-27git: update to v2.18.0Christian Hesse-1/+1
2018-06-27ui-shared: pass separator in to cgit_print_snapshot_links()John Keeping-1/+1
2018-06-27ui-shared: remove unused parameterJohn Keeping-1/+1
2018-06-27ui-shared: pass repo object to print_snapshot_links()John Keeping-2/+1
2018-01-19git: update to v2.16.0Christian Hesse-1/+1
2017-08-10git: update to v2.14Jeff Smith-3/+3
2016-10-04ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-4/+4
2016-02-08Avoid DATE_STRFTIME for long/short datesJohn Keeping-2/+2
2016-02-08ui-{commit,tag}: show dates in originator's timezoneJohn Keeping-2/+4
2016-01-13git: update to v2.7.0Christian Hesse-6/+6
2015-08-14commit: move layout into page functionJohn Keeping-2/+6
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping-1/+1
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping-2/+2
2014-01-14filter: add page source to email filterJason A. Donenfeld-2/+2
2014-01-14filter: add support for email filterJason A. Donenfeld-0/+4
2014-01-14filter: return on null filter from open and closeJason A. Donenfeld-12/+6
2014-01-08Update copyright informationLukas Fleischer-1/+1
2013-08-16Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer-1/+1
2013-04-08Do not load user or system gitconfig and gitattributesJason A. Donenfeld-1/+0
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping-2/+2
2013-04-08Always #include corresponding .h in .c filesJohn Keeping-0/+1
2013-04-08Update git to v1.8.2.1John Keeping-1/+2
2013-03-04cgit_print_commit(): Free tmp variableLukas Fleischer-0/+1
2013-03-04Fix several whitespace errorsLukas Fleischer-2/+2
2011-06-13cgit.c: always setup cgit repo environment variablesLars Hjemli-3/+3
2011-03-26cgit_open_filter: also take the repo as a parameterFerry Huberts-3/+3
2011-03-06ui-diff.c: create a control panel for diff optionsLars Hjemli-7/+3
2010-08-22Use GIT-1.7.2.2Lars Hjemli-1/+1
2010-08-04ui-commit: Display git notes when presentJeff Smith-0/+15
2010-06-19ui-commit: Preserve path limit in links to commit pageJohan Herland-4/+5
2010-06-19ui-commit: Preserve path limit in links to tree and diff pagesJohan Herland-1/+5
2010-06-19ui-patch: Apply path limit to generated patchJohan Herland-1/+1
2010-06-19ui-commit: Limit diff based on path limit in qry.pathJohan Herland-2/+2
2010-02-27Optionally generate verbose parent linksLars Hjemli-5/+7
2010-02-27display subject instead of sha1 as link title of parentsStefan Naewe-3/+5
2009-09-16Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony-3/+8
2009-09-13Use GIT-1.6.4.3Lars Hjemli-1/+1
2009-08-09Add support for repo.commit-filter and repo.source-filterLars Hjemli-8/+8
2009-08-08Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki-4/+8
2009-07-31ui-commit: add support for 'commit-filter' optionLars Hjemli-0/+8
2009-01-27Add decorations to commit pagesJustin Waters-0/+4
2008-08-01Added `local-time` option to cgitrcStefan Naewe-2/+2
2008-05-18ui-commit: handle root commitsLars Hjemli-3/+7
2008-04-24Integrate diffstat with diffLars Hjemli-142/+4
2008-04-17Fix commitdiff annoyanceLars Hjemli-1/+1
2008-04-13Remove 'patch' link from tab, add to commit viewLars Hjemli-0/+6
2008-04-12Include diff in commit viewLars Hjemli-3/+5