summaryrefslogtreecommitdiffstats
path: root/xdiff/xhistogram.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-291-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 bitsJunio C Hamano2012-02-201-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