summaryrefslogtreecommitdiff
path: root/xdiff
AgeCommit message (Expand)Author
2025-04-29xdiff: disable cleanup_records heuristic with --minimalNiels Glodny
2025-04-15Merge branch 'js/comma-semicolon-confusion'Junio C Hamano
2025-03-29Merge branch 'rs/xdiff-context-length-fix'Junio C Hamano
2025-03-28xdiff: avoid using the comma operator unnecessarilyJohannes Schindelin
2025-03-14xdiff: avoid arithmetic overflow in xdl_get_hunk()René Scharfe
2025-03-03xdiff: *.txt -> *.adoc fixesTodd Zullinger
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xutils.cDavid Aguilar
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xpatience.cDavid Aguilar
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xhistogram.cDavid Aguilar
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xemit.cDavid Aguilar
2025-02-12xdiff: avoid signed vs. unsigned comparisons in xdiffi.cDavid Aguilar
2025-02-12xdiff: move sign comparison warning guard into each fileDavid 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-12-13xdiff: drop unused parameter in def_ff()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_GROW()Phillip Wood
2022-07-08xdiff: introduce XDL_CALLOC_ARRAY()Phillip Wood
2022-07-08xdiff: introduce xdl_callocPhillip Wood
2022-07-08xdiff: introduce XDL_ALLOC_ARRAY()Phillip Wood
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-01xdiff/xmacros.h: remove unused XDL_PTRFREEÆvar Arnfjörð Bjarmason
2022-02-16xdiff: handle allocation failure when mergingPhillip Wood
2022-02-16xdiff: refactor a functionPhillip Wood
2022-02-16xdiff: handle allocation failure in patience diffPhillip Wood
2022-02-16xdiff: fix a memory leakPhillip Wood
2021-12-21Merge branch 'pw/xdiff-classify-record-in-histogram'Junio C Hamano
2021-12-04xdiff: drop unused flags parameter from recs_matchJeff King
2021-12-04xdiff: drop xpparam_t parameter from histogram cmp_recs()Jeff King
2021-12-04xdiff: drop CMP_ENV macro from xhistogramJeff King
2021-12-01xdiff: implement a zealous diff3, or "zdiff3"Phillip Wood
2021-11-18xdiff: simplify comparisonPhillip Wood
2021-11-18xdiff: avoid unnecessary memory allocationsPhillip Wood
2021-11-18diff histogram: intern stringsPhillip Wood
2021-07-13Merge branch 'ab/pickaxe-pcre2'Junio C Hamano
2021-07-08Merge branch 'ab/xdiff-bug-cleanup'Junio C Hamano
2021-06-08xdiff: use BUG(...), not xdl_bug(...)Ævar Arnfjörð Bjarmason
2021-05-14Merge branch 'pw/patience-diff-clean-up'Junio C Hamano
2021-05-11xdiff-interface: replace discard_hunk_line() with a flagÆvar Arnfjörð Bjarmason
2021-05-05patience diff: remove unused variablePhillip Wood
2021-05-05patience diff: remove unnecessary string comparisonsPhillip Wood
2020-10-20diff: add -I<regex> that ignores matching changesMichał Kępień
2020-10-20merge-base, xdiff: zero out xpparam_t structuresMichał Kępień
2019-12-16Merge branch 'rs/xdiff-ignore-ws-w-func-context'Junio C Hamano
2019-12-05xdiff: unignore changes in function contextRené Scharfe
2019-10-09xdiffi: fix typos and touch up commentsJohannes Schindelin
2019-07-31Merge branch 'cb/xdiff-no-system-includes-in-dot-c'Junio C Hamano