summaryrefslogtreecommitdiff
path: root/xdiff/xdiffi.c
AgeCommit message (Expand)Author
2022-02-16xdiff: fix a memory leakPhillip Wood
2021-12-05xdiff: drop unused flags parameter from recs_matchJeff King
2021-11-19xdiff: simplify comparisonPhillip Wood
2021-06-08xdiff: use BUG(...), not xdl_bug(...)Ævar Arnfjörð Bjarmason
2020-10-20diff: add -I<regex> that ignores matching changesMichał Kępień
2019-10-09xdiffi: fix typos and touch up commentsJohannes Schindelin
2018-08-17Merge branch 'sb/indent-heuristic-optim'Junio C Hamano
2018-08-01xdiff: reduce indent heuristic overheadStefan Beller
2018-07-17xdiff/xdiffi.c: remove unneeded function declarationsStefan Beller
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger
2016-12-23diff: retire "compaction" heuristicsJunio C Hamano
2016-09-27xdiff: rename "struct group" to "struct xdlgroup"Jeff King
2016-09-19diff: improve positioning of add/delete blocks in diffsMichael Haggerty
2016-08-23xdl_change_compact(): introduce the concept of a change groupMichael Haggerty
2016-08-23recs_match(): take two xrecord_t pointers as argumentsMichael Haggerty
2016-08-23is_blank_line(): take a single xrecord_t as argumentMichael Haggerty
2016-08-23xdl_change_compact(): only use heuristic if group can't be matchedMichael Haggerty
2016-08-23xdl_change_compact(): fix compaction heuristic to adjust ixoMichael Haggerty
2016-04-19xdiff: implement empty line chunk heuristicStefan Beller
2016-04-18xdiff: add recs_match helper functionJacob Keller
2013-06-19diff: add --ignore-blank-lines optionAntoine Pelisse
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini
2012-05-09xdiff: remove emit_func() and xdi_diff_hunks()René Scharfe
2012-05-09xdiff: add hunk_func()René Scharfe
2012-02-19xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano
2011-07-12teach --histogram to diffTay Ray Chuan
2009-07-23refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-03-16Fix various dead stores found by the clang static analyzerBenjamin Kramer
2009-01-07Implement the patience diff algorithmJohannes Schindelin
2008-10-25Allow alternate "low-level" emit function from xdl_diffBrian Downing
2007-11-16Remove unreachable statementsGuido Ostkamp
2007-06-07War on whitespaceJunio C Hamano
2006-12-03xdiff: add xdl_merge()Johannes Schindelin
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-06-24Teach diff about -b and -w flagsJohannes Schindelin
2006-04-13xdiff: post-process hunks to make them consistent.Davide Libenzi
2006-04-09xdiff/xdiffi.c: fix warnings about possibly uninitialized variablesMarco Roeland
2006-04-04Clean-up trivially redundant diff.Davide Libenzi
2006-03-26Use a *real* built-in diff generatorLinus Torvalds