summaryrefslogtreecommitdiff
path: root/xdiff/xhistogram.c
Commit message (Expand)AuthorAgeFilesLines
* 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