aboutsummaryrefslogtreecommitdiffstats
path: root/ui-commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* git: update to v2.16.0Christian Hesse2018-01-191-1/+1
* git: update to v2.14Jeff Smith2017-08-101-3/+3
* ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-041-4/+4
* Avoid DATE_STRFTIME for long/short datesJohn Keeping2016-02-081-2/+2
* ui-{commit,tag}: show dates in originator's timezoneJohn Keeping2016-02-081-2/+4
* git: update to v2.7.0Christian Hesse2016-01-131-6/+6
* commit: move layout into page functionJohn Keeping2015-08-141-2/+6
* ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping2014-12-131-1/+1
* ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping2014-12-131-2/+2
* filter: add page source to email filterJason A. Donenfeld2014-01-141-2/+2
* filter: add support for email filterJason A. Donenfeld2014-01-141-0/+4
* filter: return on null filter from open and closeJason A. Donenfeld2014-01-141-12/+6
* Update copyright informationLukas Fleischer2014-01-081-1/+1
* Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer2013-08-161-1/+1
* Do not load user or system gitconfig and gitattributesJason A. Donenfeld2013-04-081-1/+0
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-081-2/+2
* Always #include corresponding .h in .c filesJohn Keeping2013-04-081-0/+1
* Update git to v1.8.2.1John Keeping2013-04-081-1/+2
* cgit_print_commit(): Free tmp variableLukas Fleischer2013-03-041-0/+1
* Fix several whitespace errorsLukas Fleischer2013-03-041-2/+2
* cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-131-3/+3
* Merge branch 'lh/panel'Lars Hjemli2011-05-231-7/+3
|\
| * ui-diff.c: create a control panel for diff optionsLars Hjemli2011-03-061-7/+3
* | cgit_open_filter: also take the repo as a parameterFerry Huberts2011-03-261-3/+3
|/
* Use GIT-1.7.2.2Lars Hjemli2010-08-221-1/+1
* ui-commit: Display git notes when presentJeff Smith2010-08-041-0/+15
* Merge branch 'jh/path-limit'Lars Hjemli2010-06-221-8/+12
|\
| * ui-commit: Preserve path limit in links to commit pageJohan Herland2010-06-191-4/+5
| * ui-commit: Preserve path limit in links to tree and diff pagesJohan Herland2010-06-191-1/+5
| * ui-patch: Apply path limit to generated patchJohan Herland2010-06-191-1/+1
| * ui-commit: Limit diff based on path limit in qry.pathJohan Herland2010-06-191-2/+2
* | Optionally generate verbose parent linksLars Hjemli2010-02-271-5/+7
* | display subject instead of sha1 as link title of parentsStefan Naewe2010-02-271-3/+5
|/
* Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-161-3/+8
* Use GIT-1.6.4.3Lars Hjemli2009-09-131-1/+1
* Merge branch 'lh/plugins'Lars Hjemli2009-08-091-0/+8
|\
| * Add support for repo.commit-filter and repo.source-filterLars Hjemli2009-08-091-8/+8
| * ui-commit: add support for 'commit-filter' optionLars Hjemli2009-07-311-0/+8
* | Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki2009-08-081-4/+8
|/
* Add decorations to commit pagesJustin Waters2009-01-271-0/+4
* Added `local-time` option to cgitrcStefan Naewe2008-08-011-2/+2
* ui-commit: handle root commitsLars Hjemli2008-05-181-3/+7
* Integrate diffstat with diffLars Hjemli2008-04-241-142/+4
* Fix commitdiff annoyanceLars Hjemli2008-04-171-1/+1
* Remove 'patch' link from tab, add to commit viewLars Hjemli2008-04-131-0/+6
* Include diff in commit viewLars Hjemli2008-04-121-3/+5
* Add ui-shared.hLars Hjemli2008-03-241-0/+1
* Introduce html.hLars Hjemli2008-03-181-3/+4
* Move cgit_repo into cgit_contextLars Hjemli2008-02-161-2/+2
* Introduce struct cgit_contextLars Hjemli2008-02-161-7/+7