summaryrefslogtreecommitdiffstatshomepage
path: root/ui-diff.c (unfollow)
Commit message (Expand)AuthorLines
2020-10-20global: replace references to 'sha1' with 'oid'Christian Hesse-4/+4
2020-03-13global: use proper accessors for maybe_treeJason A. Donenfeld-2/+2
2019-02-23ui-diff,ui-tag: don't use htmlf with non-formatted stringsChris Mayo-1/+1
2018-10-12git: update to v2.19.1Christian Hesse-2/+2
2018-06-27git: update to v2.18.0Christian Hesse-4/+4
2018-01-19git: update to v2.16.0Christian Hesse-1/+1
2017-08-10git: update to v2.14Jeff Smith-9/+9
2016-09-04git: update to v2.10.0Christian Hesse-37/+37
2016-05-12ui-diff: action='.' is not correctJason A. Donenfeld-1/+1
2016-01-13git: update to v2.7.0Christian Hesse-3/+3
2015-08-14diff: move layout to page functionJohn Keeping-5/+14
2015-08-12log: allow users to follow a fileJohn Keeping-0/+35
2015-03-09Avoid signed bitfieldsJohn Keeping-1/+1
2015-03-09Avoid non-ANSI function declarationsJohn Keeping-1/+1
2014-12-30ui-diff: don't link to single file diff statJohn Keeping-0/+10
2014-12-13ui-diff: add "stat only" diff typeJohn Keeping-0/+4
2014-12-13Change "ss" diff flag to an enumJohn Keeping-3/+5
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping-2/+2
2014-01-17Switch to exclusively using global ctxLukas Fleischer-1/+1
2014-01-08Update copyright informationLukas Fleischer-1/+1
2013-09-14ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer-2/+21
2013-08-20ui-diff: Check the return value of get_sha1()Lukas Fleischer-14/+9
2013-08-16Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer-1/+9
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping-4/+4
2013-04-08Always #include corresponding .h in .c filesJohn Keeping-0/+1
2013-03-04Mark several functions/variables staticLukas Fleischer-2/+3
2013-03-04White space around control verbs.Jason A. Donenfeld-1/+1
2012-11-15Format git diff headers correctly when adding or removing files.Michael Halstead-7/+10
2012-01-03ui-ssdiff.c: set correct diffmode in "control panel"Tim Chen-3/+1
2012-01-03Fix diff mode switching when side-by-side-diffs=1Tim Chen-2/+1
2011-07-22Fix potential XSS vulnerability in rename hintLukas Fleischer-4/+6
2011-05-23Avoid null pointer dereference in cgit_print_diff().Lukas Fleischer-2/+6
2011-03-06ui-diff.c: create a control panel for diff optionsLars Hjemli-29/+54
2011-03-05ui-diff.c: avoid html injectionLukasz Janyst-2/+5
2011-02-19ssdiff: anchors for ssdiffBernhard Reutner-Fischer-0/+12
2010-09-04fix errors in printf-style format stringsMark Lodato-1/+1
2010-07-18ui-diff: Add link to ignore/show whitespace changes in diffsJohan Herland-0/+5
2010-07-18Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland-4/+7
2010-06-19ui-diff: Add links to increase/decrease number of context lines in diffsJohan Herland-1/+9
2010-06-19Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland-2/+2
2010-06-19ui-diff: Teach diffstat to obey path limitJohan Herland-3/+5
2009-09-16Fixed side-by-side diff bugs related to binary diff and more.Ragnar Ouchterlony-4/+10
2009-09-16Polishing of how the side-by-side diff looks.Ragnar Ouchterlony-11/+16
2009-09-16Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony-2/+20
2009-09-16First version of side-by-side diff.Ragnar Ouchterlony-2/+13
2009-01-31Handle binary files in diffsLars Hjemli-2/+24
2008-09-23ui-diff: make diffstat header a link to the full diffLars Hjemli-1/+4
2008-09-23ui-diff: fix links from diffstatLars Hjemli-4/+2
2008-05-18Include commit-id in link from diff-statLars Hjemli-0/+1
2008-04-24ui-diff: remove test on object typeLars Hjemli-6/+0