| Commit message (Expand) | Author | Age | Files | Lines |
* | xdiff: PATIENCE/HISTOGRAM are not independent option bitsjc/diff-algo-cleanup | Junio C Hamano | 2012-02-19 | 1 | -11/+10 |
* | Merge branch 'rs/diff-cleanup-records-fix' | Junio C Hamano | 2011-10-13 | 1 | -3/+7 |
|\ |
|
| * | Revert removal of multi-match discard heuristic in 27af01 | René Scharfe | 2011-09-26 | 1 | -3/+7 |
* | | Merge branch 'rc/histogram-diff' | Junio C Hamano | 2011-09-06 | 1 | -0/+2 |
|\ \ |
|
| * | | xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env() | Tay Ray Chuan | 2011-08-31 | 1 | -0/+2 |
* | | | Merge branch 'rc/histogram-diff' into HEAD | Junio C Hamano | 2011-08-17 | 1 | -80/+63 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | xdiff: do away with xdl_mmfile_next() | Tay Ray Chuan | 2011-08-03 | 1 | -6/+1 |
| * | xdiff/xprepare: use a smaller sample size for histogram diff | Tay Ray Chuan | 2011-07-12 | 1 | -3/+14 |
| * | xdiff/xprepare: skip classification | Tay Ray Chuan | 2011-07-12 | 1 | -8/+16 |
| * | xdiff/xprepare: refactor abort cleanups | Tay Ray Chuan | 2011-07-07 | 1 | -59/+32 |
| * | xdiff/xprepare: use memset() | Tay Ray Chuan | 2011-07-07 | 1 | -7/+3 |
* | | xdiff/xprepare: improve O(n*m) performance in xdl_cleanup_records() | Tay Ray Chuan | 2011-08-17 | 1 | -36/+50 |
|/ |
|
* | Implement the patience diff algorithm | Johannes Schindelin | 2009-01-07 | 1 | -1/+2 |
* | xdiff: give up scanning similar lines early | Davide Libenzi | 2008-11-08 | 1 | -2/+13 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
* | Teach diff about -b and -w flags | Johannes Schindelin | 2006-06-23 | 1 | -6/+10 |
* | Clean-up trivially redundant diff. | Davide Libenzi | 2006-04-04 | 1 | -17/+46 |
* | Use a *real* built-in diff generator | Linus Torvalds | 2006-03-25 | 1 | -0/+436 |