summaryrefslogtreecommitdiffstats
path: root/xdiff
AgeCommit message (Expand)AuthorLines
2026-02-20Merge branch 'pw/diff-anchored-optim'Junio C Hamano-12/+6
2026-02-20Merge branch 'pw/xdiff-cleanups'Junio C Hamano-9/+12
2026-02-12diff --anchored: avoid checking unmatched linesPhillip Wood-12/+6
2026-01-26xdiff: remove unused data from xdlclass_tPhillip Wood-3/+5
2026-01-26xdiff: remove "line_hash" field from xrecord_tPhillip Wood-6/+7
2025-12-09Merge branch 'yc/xdiff-patience-optim'Junio C Hamano-1/+4
2025-12-05Merge branch 'en/xdiff-cleanup-2'Junio C Hamano-109/+109
2025-11-27xdiff: optimize patience diff's LCS searchYee Cheng Chin-1/+4
2025-11-18xdiff: rename rindex -> reference_indexEzekiel Newren-9/+9
2025-11-18xdiff: change rindex from long to size_t in xdfile_tEzekiel Newren-1/+1
2025-11-18xdiff: make xdfile_t.nreff a size_t instead of longEzekiel Newren-8/+8
2025-11-18xdiff: make xdfile_t.nrec a size_t instead of longEzekiel Newren-26/+26
2025-11-18xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hashEzekiel Newren-20/+21
2025-11-18xdiff: use unambiguous types in xdl_hash_record()Ezekiel Newren-20/+20
2025-11-18xdiff: use size_t for xrecord_t.sizeEzekiel Newren-20/+19
2025-11-18xdiff: make xrecord_t.ptr a uint8_t instead of charEzekiel Newren-21/+21
2025-11-18xdiff: use ptrdiff_t for dstart/dendEzekiel Newren-1/+1
2025-11-17xdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASKAntonin Delpeuch-1/+1
2025-10-14Merge branch 'en/xdiff-cleanup'Junio C Hamano-337/+269
2025-10-03xdiff: change type of xdfile_t.changed from char to boolEzekiel Newren-22/+22
2025-10-03xdiff: add macros DISCARD(0), KEEP(1), INVESTIGATE(2) in xprepare.cEzekiel Newren-37/+69
2025-09-30xdiff: rename rchg -> changed in xdfile_tEzekiel Newren-32/+32
2025-09-30xdiff: delete chastore from xdfile_tEzekiel Newren-69/+63
2025-09-30xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_tEzekiel Newren-10/+4
2025-09-30xdiff: delete redundant array xdfile_t.haEzekiel Newren-21/+16
2025-09-30xdiff: delete struct diffdata_tEzekiel Newren-33/+10
2025-09-30xdiff: delete local variables that alias fields in xrecord_tEzekiel Newren-16/+13
2025-09-30xdiff: delete superfluous function xdl_get_rec() in xemitEzekiel Newren-16/+7
2025-09-26xdiff: delete unnecessary fields from xrecord_t and xdfile_tEzekiel Newren-16/+2
2025-09-26xdiff: delete local variables and initialize/free xdfile_t directlyEzekiel Newren-48/+30
2025-09-26xdiff: delete static forward declarations in xprepareEzekiel Newren-66/+50
2025-08-18xdiff: optimize xdl_hash_record_verbatimAlexander Monakov-4/+55
2025-07-28xdiff: refactor xdl_hash_record()Phillip Wood-6/+11
2025-04-29xdiff: disable cleanup_records heuristic with --minimalNiels Glodny-2/+3
2025-04-15Merge branch 'js/comma-semicolon-confusion'Junio C Hamano-4/+8
2025-03-29Merge branch 'rs/xdiff-context-length-fix'Junio C Hamano-1/+7
2025-03-28xdiff: avoid using the comma operator unnecessarilyJohannes Schindelin-4/+8
2025-03-14xdiff: avoid arithmetic overflow in xdl_get_hunk()René Scharfe-1/+7
2025-03-03xdiff: *.txt -> *.adoc fixesTodd Zullinger-2/+2
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xutils.cDavid Aguilar-4/+2
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xpatience.cDavid Aguilar-3/+1
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xhistogram.cDavid Aguilar-6/+4
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xemit.cDavid Aguilar-3/+1
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xdiffi.cDavid Aguilar-2/+1
2025-02-12xdiff: move sign comparison warning guard into each fileDavid Aguilar-2/+9
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+3
2022-12-13xdiff: mark unused parameter in xdl_call_hunk_func()Jeff King-1/+1
2022-12-13xdiff: drop unused parameter in def_ff()Jeff King-2/+2
2022-08-20xdiff: drop unused mmfile parameters from xdl_do_patience_diff()Jeff King-19/+9
2022-08-19xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()Jeff King-5/+3