aboutsummaryrefslogtreecommitdiffstats
path: root/xdiff/xdiffi.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-13xdiff: mark unused parameter in xdl_call_hunk_func()Jeff King1-1/+1
2022-08-20xdiff: drop unused mmfile parameters from xdl_do_patience_diff()Jeff King1-1/+1
2022-08-19xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()Jeff King1-1/+1
2022-07-08xdiff: introduce XDL_ALLOC_ARRAY()Phillip Wood1-1/+1
2022-02-16xdiff: fix a memory leakPhillip Wood1-16/+17
2021-12-04xdiff: drop unused flags parameter from recs_matchJeff King1-9/+9
2021-11-18xdiff: simplify comparisonPhillip Wood1-4/+1
2021-06-08xdiff: use BUG(...), not xdl_bug(...)Ævar Arnfjörð Bjarmason1-14/+8
2020-10-20diff: add -I<regex> that ignores matching changesMichał Kępień1-2/+45
2019-10-09xdiffi: fix typos and touch up commentsJohannes Schindelin1-44/+55
2018-08-17Merge branch 'sb/indent-heuristic-optim'Junio C Hamano1-1/+11
2018-08-01xdiff: reduce indent heuristic overheadStefan Beller1-1/+11
2018-07-17xdiff/xdiffi.c: remove unneeded function declarationsStefan Beller1-17/+0
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger1-2/+2
2016-12-23diff: retire "compaction" heuristicsJunio C Hamano1-33/+0
2016-09-27xdiff: rename "struct group" to "struct xdlgroup"Jeff King1-7/+7
2016-09-19diff: improve positioning of add/delete blocks in diffsMichael Haggerty1-0/+325
2016-08-23xdl_change_compact(): introduce the concept of a change groupMichael Haggerty1-90/+203
2016-08-23recs_match(): take two xrecord_t pointers as argumentsMichael Haggerty1-7/+7
2016-08-23is_blank_line(): take a single xrecord_t as argumentMichael Haggerty1-4/+4
2016-08-23xdl_change_compact(): only use heuristic if group can't be matchedMichael Haggerty1-19/+19
2016-08-23xdl_change_compact(): fix compaction heuristic to adjust ixoMichael Haggerty1-0/+1
2016-04-19xdiff: implement empty line chunk heuristicStefan Beller1-0/+26
2016-04-18xdiff: add recs_match helper functionJacob Keller1-4/+10
2013-06-19diff: add --ignore-blank-lines optionAntoine Pelisse1-1/+28
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-1/+1
2012-05-09xdiff: remove emit_func() and xdi_diff_hunks()René Scharfe1-5/+1
2012-05-09xdiff: add hunk_func()René Scharfe1-0/+17
2012-02-19xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano1-2/+2
2011-07-12teach --histogram to diffTay Ray Chuan1-0/+3
2009-07-22refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit1-1/+1
2009-04-22Fix typos / spelling in commentsMike Ralphson1-1/+1
2009-03-15Fix various dead stores found by the clang static analyzerBenjamin Kramer1-3/+2
2009-01-07Implement the patience diff algorithmJohannes Schindelin1-0/+3
2008-10-25Allow alternate "low-level" emit function from xdl_diffBrian Downing1-1/+3
2007-11-15Remove unreachable statementsGuido Ostkamp1-2/+0
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2006-12-02xdiff: add xdl_merge()Johannes Schindelin1-2/+1
2006-07-10Fix more typos, primarily in the codePavel Roskin1-3/+3
2006-06-23Teach diff about -b and -w flagsJohannes Schindelin1-6/+6
2006-04-13xdiff: post-process hunks to make them consistent.Davide Libenzi1-5/+109
2006-04-08xdiff/xdiffi.c: fix warnings about possibly uninitialized variablesMarco Roeland1-2/+3
2006-04-04Clean-up trivially redundant diff.Davide Libenzi1-6/+1
2006-03-25Use a *real* built-in diff generatorLinus Torvalds1-0/+469