summaryrefslogtreecommitdiff
path: root/xdiff/xhistogram.c
AgeCommit message (Expand)Author
2022-02-16xdiff: fix a memory leakPhillip Wood
2021-12-05xdiff: drop xpparam_t parameter from histogram cmp_recs()Jeff King
2021-12-05xdiff: drop CMP_ENV macro from xhistogramJeff King
2021-11-19diff histogram: intern stringsPhillip Wood
2020-10-20merge-base, xdiff: zero out xpparam_t structuresMichał Kępień
2019-07-29xdiff: remove duplicate headers from xhistogram.cCarlo Marcelo Arenas Belón
2018-07-23xdiff/histogram: remove tail recursionStefan Beller
2018-07-19xdiff/xhistogram: move index allocation into find_lcsStefan Beller
2018-07-19xdiff/xhistogram: factor out memory cleanup into free_index()Stefan Beller
2018-07-19xdiff/xhistogram: pass arguments directly to fall_back_to_classic_diffStefan Beller
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini
2012-02-19xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano
2011-08-08xdiff/xhistogram: drop need for additional variableTay Ray Chuan
2011-08-08xdiff/xhistogram: rely on xdl_trim_ends()Tay Ray Chuan
2011-08-08xdiff/xhistogram: rework handling of recursed resultsTay Ray Chuan
2011-07-12teach --histogram to diffTay Ray Chuan