Age | Commit message (Expand) | Author | Files | Lines |
2013-06-19 | diff: add --ignore-blank-lines option | Antoine Pelisse | 1 | -0/+13 |
2012-05-25 | Merge branch 'rs/xdiff-fast-hash-fix' | Junio C Hamano | 1 | -15/+15 |
2012-05-23 | xdiff: import new 32-bit version of count_masked_bytes() | René Scharfe | 1 | -13/+5 |
2012-05-23 | xdiff: avoid more compiler warnings with XDL_FAST_HASH on 32-bit machines | René Scharfe | 1 | -1/+7 |
2012-05-22 | xdiff: avoid compiler warnings with XDL_FAST_HASH on 32-bit machines | René Scharfe | 1 | -3/+5 |
2012-05-09 | xdiff: remove unused functions | René Scharfe | 1 | -43/+0 |
2012-05-01 | xdiff: choose XDL_FAST_HASH code on sizeof(long) instead of __WORDSIZE | Thomas Rast | 1 | -29/+23 |
2012-04-09 | xdiff: load full words in the inner loop of xdl_hash_record | Thomas Rast | 1 | -0/+112 |
2011-08-03 | xdiff: do away with xdl_mmfile_next() | Tay Ray Chuan | 1 | -13/+1 |
2011-07-12 | xdiff/xprepare: use a smaller sample size for histogram diff | Tay Ray Chuan | 1 | -6/+2 |
2011-07-07 | xdiff/xpatience: factor out fall-back-diff function | Tay Ray Chuan | 1 | -0/+31 |
2010-10-06 | xdiff: cast arguments for ctype functions to unsigned char | Jonathan Nieder | 1 | -9/+9 |
2010-07-05 | xdiff: optimise for no whitespace difference when ignoring whitespace. | Dylan Reid | 1 | -1/+3 |
2009-08-23 | xutils: Fix xdl_recmatch() on incomplete lines | Junio C Hamano | 1 | -31/+49 |
2009-08-23 | xutils: Fix hashing an incomplete line with whitespaces at the end | Junio C Hamano | 1 | -2/+4 |
2009-01-19 | Fix combined use of whitespace ignore options to diff | Keith Cascio | 1 | -2/+4 |
2007-11-15 | Remove unreachable statements | Guido Ostkamp | 1 | -2/+0 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
2007-03-19 | xdiff/xutils.c(xdl_hash_record): factor out whitespace handling | Johannes Schindelin | 1 | -2/+20 |
2007-02-13 | teach diff machinery about --ignore-space-at-eol | Johannes Schindelin | 1 | -0/+24 |
2006-12-04 | diff -b: ignore whitespace at end of line | Johannes Schindelin | 1 | -1/+2 |
2006-10-12 | diff: fix 2 whitespace issues | Johannes Schindelin | 1 | -17/+12 |
2006-06-23 | Teach diff about -b and -w flags | Johannes Schindelin | 1 | -1/+50 |
2006-06-19 | xdiff: minor changes to match libxdiff-0.21 | Junio C Hamano | 1 | -7/+4 |
2006-04-04 | Clean-up trivially redundant diff. | Davide Libenzi | 1 | -2/+15 |
2006-03-27 | xdiff: Show function names in hunk headers. | Mark Wooding | 1 | -3/+12 |
2006-03-25 | built-in diff: minimum tweaks | Junio C Hamano | 1 | -6/+10 |
2006-03-25 | builtin-diff: \No newline at end of file. | Linus Torvalds | 1 | -2/+10 |
2006-03-25 | Use a *real* built-in diff generator | Linus Torvalds | 1 | -0/+265 |