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