summaryrefslogtreecommitdiff
path: root/xdiff/xhistogram.c
Commit message (Expand)AuthorAgeFilesLines
* xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()Jeff King2022-08-191-2/+1
* xdiff: introduce XDL_CALLOC_ARRAY()Phillip Wood2022-07-081-6/+3
* xdiff: introduce xdl_callocPhillip Wood2022-07-081-13/+9
* xdiff: fix a memory leakPhillip Wood2022-02-161-3/+0
* xdiff: drop xpparam_t parameter from histogram cmp_recs()Jeff King2021-12-041-3/+2
* xdiff: drop CMP_ENV macro from xhistogramJeff King2021-12-041-3/+0
* diff histogram: intern stringsPhillip Wood2021-11-181-3/+2
* merge-base, xdiff: zero out xpparam_t structuresMichał Kępień2020-10-201-0/+2
* xdiff: remove duplicate headers from xhistogram.cCarlo Marcelo Arenas Belón2019-07-281-2/+0
* xdiff/histogram: remove tail recursionStefan Beller2018-07-231-6/+14
* xdiff/xhistogram: move index allocation into find_lcsStefan Beller2018-07-191-43/+53
* xdiff/xhistogram: factor out memory cleanup into free_index()Stefan Beller2018-07-191-4/+9
* xdiff/xhistogram: pass arguments directly to fall_back_to_classic_diffStefan Beller2018-07-191-11/+11
* Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-1/+1
* xdiff: PATIENCE/HISTOGRAM are not independent option bitsjc/diff-algo-cleanupJunio C Hamano2012-02-191-1/+1
* xdiff/xhistogram: drop need for additional variableTay Ray Chuan2011-08-081-5/+4
* xdiff/xhistogram: rely on xdl_trim_ends()Tay Ray Chuan2011-08-081-27/+4
* xdiff/xhistogram: rework handling of recursed resultsTay Ray Chuan2011-08-081-6/+9
* teach --histogram to diffTay Ray Chuan2011-07-121-0/+384