aboutsummaryrefslogtreecommitdiff
path: root/xdiff/xdiffi.c
AgeCommit message (Expand)Author
2026-03-24Merge branch 'yc/histogram-hunk-shift-fix'Junio C Hamano
2026-03-03xdiff: re-diff shifted change groups when using histogram algorithmYee Cheng Chin
2025-11-18xdiff: rename rindex -> reference_indexEzekiel Newren
2025-11-18xdiff: make xdfile_t.nrec a size_t instead of longEzekiel Newren
2025-11-18xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hashEzekiel Newren
2025-11-18xdiff: use size_t for xrecord_t.sizeEzekiel Newren
2025-11-18xdiff: make xrecord_t.ptr a uint8_t instead of charEzekiel Newren
2025-10-03xdiff: change type of xdfile_t.changed from char to boolEzekiel Newren
2025-09-30xdiff: rename rchg -> changed in xdfile_tEzekiel Newren
2025-09-30xdiff: delete chastore from xdfile_tEzekiel Newren
2025-09-30xdiff: delete redundant array xdfile_t.haEzekiel Newren
2025-09-30xdiff: delete struct diffdata_tEzekiel Newren
2025-03-28xdiff: avoid using the comma operator unnecessarilyJohannes Schindelin
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xdiffi.cDavid Aguilar
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2022-12-13xdiff: mark unused parameter in xdl_call_hunk_func()Jeff King
2022-08-20xdiff: drop unused mmfile parameters from xdl_do_patience_diff()Jeff King
2022-08-19xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()Jeff King
2022-07-08xdiff: introduce XDL_ALLOC_ARRAY()Phillip Wood
2022-02-16xdiff: fix a memory leakPhillip Wood
2021-12-04xdiff: drop unused flags parameter from recs_matchJeff King
2021-11-18xdiff: 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-22refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit
2009-04-22Fix typos / spelling in commentsMike Ralphson
2009-03-15Fix 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