Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xdiff: remove duplicate headers from xhistogram.c | Carlo Marcelo Arenas Belón | 2019-07-29 | 1 | -2/+0 |
* | xdiff/histogram: remove tail recursion | Stefan Beller | 2018-07-23 | 1 | -6/+14 |
* | xdiff/xhistogram: move index allocation into find_lcs | Stefan Beller | 2018-07-19 | 1 | -43/+53 |
* | xdiff/xhistogram: factor out memory cleanup into free_index() | Stefan Beller | 2018-07-19 | 1 | -4/+9 |
* | xdiff/xhistogram: pass arguments directly to fall_back_to_classic_diff | Stefan Beller | 2018-07-19 | 1 | -11/+11 |
* | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 2013-04-12 | 1 | -1/+1 |
* | xdiff: PATIENCE/HISTOGRAM are not independent option bits | Junio C Hamano | 2012-02-20 | 1 | -1/+1 |
* | xdiff/xhistogram: drop need for additional variable | Tay Ray Chuan | 2011-08-08 | 1 | -5/+4 |
* | xdiff/xhistogram: rely on xdl_trim_ends() | Tay Ray Chuan | 2011-08-08 | 1 | -27/+4 |
* | xdiff/xhistogram: rework handling of recursed results | Tay Ray Chuan | 2011-08-08 | 1 | -6/+9 |
* | teach --histogram to diff | Tay Ray Chuan | 2011-07-12 | 1 | -0/+384 |