aboutsummaryrefslogtreecommitdiffstats
path: root/xdiff (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-14Merge branch 'en/xdiff-cleanup'Junio C Hamano9-337/+269
2025-10-03xdiff: change type of xdfile_t.changed from char to boolEzekiel Newren5-22/+22
2025-10-03xdiff: add macros DISCARD(0), KEEP(1), INVESTIGATE(2) in xprepare.cEzekiel Newren1-37/+69
2025-09-30xdiff: rename rchg -> changed in xdfile_tEzekiel Newren6-32/+32
2025-09-30xdiff: delete chastore from xdfile_tEzekiel Newren8-69/+63
2025-09-30xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_tEzekiel Newren1-10/+4
2025-09-30xdiff: delete redundant array xdfile_t.haEzekiel Newren3-21/+16
2025-09-30xdiff: delete struct diffdata_tEzekiel Newren2-33/+10
2025-09-30xdiff: delete local variables that alias fields in xrecord_tEzekiel Newren1-16/+13
2025-09-30xdiff: delete superfluous function xdl_get_rec() in xemitEzekiel Newren1-16/+7
2025-09-26xdiff: delete unnecessary fields from xrecord_t and xdfile_tEzekiel Newren2-16/+2
2025-09-26xdiff: delete local variables and initialize/free xdfile_t directlyEzekiel Newren1-48/+30
2025-09-26xdiff: delete static forward declarations in xprepareEzekiel Newren1-66/+50
2025-08-18xdiff: optimize xdl_hash_record_verbatimAlexander Monakov1-4/+55
2025-07-28xdiff: refactor xdl_hash_record()Phillip Wood2-6/+11
2025-04-29xdiff: disable cleanup_records heuristic with --minimalNiels Glodny1-2/+3
2025-04-15Merge branch 'js/comma-semicolon-confusion'Junio C Hamano1-4/+8
2025-03-29Merge branch 'rs/xdiff-context-length-fix'Junio C Hamano1-1/+7
2025-03-28xdiff: avoid using the comma operator unnecessarilyJohannes Schindelin1-4/+8
2025-03-14xdiff: avoid arithmetic overflow in xdl_get_hunk()René Scharfe1-1/+7
2025-03-03xdiff: *.txt -> *.adoc fixesTodd Zullinger2-2/+2
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xutils.cDavid Aguilar1-4/+2
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xpatience.cDavid Aguilar1-3/+1
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xhistogram.cDavid Aguilar1-6/+4
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xemit.cDavid Aguilar1-3/+1
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xdiffi.cDavid Aguilar1-2/+1
2025-02-12xdiff: move sign comparison warning guard into each fileDavid Aguilar5-2/+9
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2-0/+3
2022-12-13xdiff: mark unused parameter in xdl_call_hunk_func()Jeff King1-1/+1
2022-12-13xdiff: drop unused parameter in def_ff()Jeff King1-2/+2
2022-08-20xdiff: drop unused mmfile parameters from xdl_do_patience_diff()Jeff King3-19/+9
2022-08-19xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()Jeff King3-5/+3
2022-07-08xdiff: introduce XDL_ALLOC_GROW()Phillip Wood4-16/+33
2022-07-08xdiff: introduce XDL_CALLOC_ARRAY()Phillip Wood4-14/+11
2022-07-08xdiff: introduce xdl_callocPhillip Wood4-24/+15
2022-07-08xdiff: introduce XDL_ALLOC_ARRAY()Phillip Wood4-7/+12
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano3-3/+3
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano3-3/+3
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano3-3/+3
2022-04-01xdiff/xmacros.h: remove unused XDL_PTRFREEÆvar Arnfjörð Bjarmason1-1/+0
2022-02-16xdiff: handle allocation failure when mergingPhillip Wood1-1/+6
2022-02-16xdiff: refactor a functionPhillip Wood1-19/+16
2022-02-16xdiff: handle allocation failure in patience diffPhillip Wood1-5/+12
2022-02-16xdiff: fix a memory leakPhillip Wood3-23/+17
2021-12-21Merge branch 'pw/xdiff-classify-record-in-histogram'Junio C Hamano3-42/+29
2021-12-04xdiff: drop unused flags parameter from recs_matchJeff King1-9/+9
2021-12-04xdiff: drop xpparam_t parameter from histogram cmp_recs()Jeff King1-3/+2
2021-12-04xdiff: drop CMP_ENV macro from xhistogramJeff King1-3/+0
2021-12-01xdiff: implement a zealous diff3, or "zdiff3"Phillip Wood2-6/+58
2021-11-18xdiff: simplify comparisonPhillip Wood1-4/+1