Age | Commit message (Expand) | Author | Files | Lines |
2018-08-17 | Merge branch 'sb/indent-heuristic-optim' | Junio C Hamano | 1 | -1/+11 |
2018-08-01 | xdiff: reduce indent heuristic overhead | Stefan Beller | 1 | -1/+11 |
2018-07-17 | xdiff/xdiffi.c: remove unneeded function declarations | Stefan Beller | 1 | -17/+0 |
2017-11-09 | Replace Free Software Foundation address in license notices | Todd Zullinger | 1 | -2/+2 |
2016-12-23 | diff: retire "compaction" heuristics | Junio C Hamano | 1 | -33/+0 |
2016-09-27 | xdiff: rename "struct group" to "struct xdlgroup" | Jeff King | 1 | -7/+7 |
2016-09-19 | diff: improve positioning of add/delete blocks in diffs | Michael Haggerty | 1 | -0/+325 |
2016-08-23 | xdl_change_compact(): introduce the concept of a change group | Michael Haggerty | 1 | -90/+203 |
2016-08-23 | recs_match(): take two xrecord_t pointers as arguments | Michael Haggerty | 1 | -7/+7 |
2016-08-23 | is_blank_line(): take a single xrecord_t as argument | Michael Haggerty | 1 | -4/+4 |
2016-08-23 | xdl_change_compact(): only use heuristic if group can't be matched | Michael Haggerty | 1 | -19/+19 |
2016-08-23 | xdl_change_compact(): fix compaction heuristic to adjust ixo | Michael Haggerty | 1 | -0/+1 |
2016-04-19 | xdiff: implement empty line chunk heuristic | Stefan Beller | 1 | -0/+26 |
2016-04-18 | xdiff: add recs_match helper function | Jacob Keller | 1 | -4/+10 |
2013-06-19 | diff: add --ignore-blank-lines option | Antoine Pelisse | 1 | -1/+28 |
2013-04-12 | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 1 | -1/+1 |
2012-05-09 | xdiff: remove emit_func() and xdi_diff_hunks() | René Scharfe | 1 | -5/+1 |
2012-05-09 | xdiff: add hunk_func() | René Scharfe | 1 | -0/+17 |
2012-02-19 | xdiff: PATIENCE/HISTOGRAM are not independent option bits | Junio C Hamano | 1 | -2/+2 |
2011-07-12 | teach --histogram to diff | Tay Ray Chuan | 1 | -0/+3 |
2009-07-22 | refactor: use bitsizeof() instead of 8 * sizeof() | Pierre Habouzit | 1 | -1/+1 |
2009-04-22 | Fix typos / spelling in comments | Mike Ralphson | 1 | -1/+1 |
2009-03-15 | Fix various dead stores found by the clang static analyzer | Benjamin Kramer | 1 | -3/+2 |
2009-01-07 | Implement the patience diff algorithm | Johannes Schindelin | 1 | -0/+3 |
2008-10-25 | Allow alternate "low-level" emit function from xdl_diff | Brian Downing | 1 | -1/+3 |
2007-11-15 | Remove unreachable statements | Guido Ostkamp | 1 | -2/+0 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
2006-12-02 | xdiff: add xdl_merge() | Johannes Schindelin | 1 | -2/+1 |
2006-07-10 | Fix more typos, primarily in the code | Pavel Roskin | 1 | -3/+3 |
2006-06-23 | Teach diff about -b and -w flags | Johannes Schindelin | 1 | -6/+6 |
2006-04-13 | xdiff: post-process hunks to make them consistent. | Davide Libenzi | 1 | -5/+109 |
2006-04-08 | xdiff/xdiffi.c: fix warnings about possibly uninitialized variables | Marco Roeland | 1 | -2/+3 |
2006-04-04 | Clean-up trivially redundant diff. | Davide Libenzi | 1 | -6/+1 |
2006-03-25 | Use a *real* built-in diff generator | Linus Torvalds | 1 | -0/+469 |