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