summaryrefslogtreecommitdiff
path: root/xdiff/xhistogram.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-16xdiff: fix a memory leakLibravatar Phillip Wood1-3/+0
2021-12-04xdiff: drop xpparam_t parameter from histogram cmp_recs()Libravatar Jeff King1-3/+2
2021-12-04xdiff: drop CMP_ENV macro from xhistogramLibravatar Jeff King1-3/+0
2021-11-18diff histogram: intern stringsLibravatar Phillip Wood1-3/+2
2020-10-20merge-base, xdiff: zero out xpparam_t structuresLibravatar Michał Kępień1-0/+2
2019-07-28xdiff: remove duplicate headers from xhistogram.cLibravatar Carlo Marcelo Arenas Belón1-2/+0
2018-07-23xdiff/histogram: remove tail recursionLibravatar Stefan Beller1-6/+14
2018-07-19xdiff/xhistogram: move index allocation into find_lcsLibravatar Stefan Beller1-43/+53
2018-07-19xdiff/xhistogram: factor out memory cleanup into free_index()Libravatar Stefan Beller1-4/+9
2018-07-19xdiff/xhistogram: pass arguments directly to fall_back_to_classic_diffLibravatar Stefan Beller1-11/+11
2013-04-12Correct common spelling mistakes in comments and testsLibravatar Stefano Lattarini1-1/+1
2012-02-19xdiff: PATIENCE/HISTOGRAM are not independent option bitsLibravatar Junio C Hamano1-1/+1
2011-08-08xdiff/xhistogram: drop need for additional variableLibravatar Tay Ray Chuan1-5/+4
2011-08-08xdiff/xhistogram: rely on xdl_trim_ends()Libravatar Tay Ray Chuan1-27/+4
2011-08-08xdiff/xhistogram: rework handling of recursed resultsLibravatar Tay Ray Chuan1-6/+9
2011-07-12teach --histogram to diffLibravatar Tay Ray Chuan1-0/+384