Age | Commit message (Expand) | Author | Files | Lines |
2016-09-21 | Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context' | Junio C Hamano | 1 | -1/+1 |
2016-09-14 | xdiff: fix merging of hunks with -W context and -u context | René Scharfe | 1 | -1/+1 |
2016-09-07 | xdiff: remove unneeded declarations | Stefan Beller | 1 | -9/+0 |
2016-06-09 | xdiff: fix merging of appended hunk with -W | René Scharfe | 1 | -1/+2 |
2016-05-31 | xdiff: -W: don't include common trailing empty lines in context | René Scharfe | 1 | -0/+2 |
2016-05-31 | xdiff: ignore empty lines before added functions with -W | René Scharfe | 1 | -2/+20 |
2016-05-31 | xdiff: handle appended chunks better with -W | René Scharfe | 1 | -3/+24 |
2016-05-31 | xdiff: factor out match_func_rec() | René Scharfe | 1 | -4/+11 |
2016-02-22 | xdiff: drop XDL_EMIT_COMMON | Jeff King | 1 | -18/+0 |
2013-10-16 | C: have space around && and || operators | Junio C Hamano | 1 | -1/+1 |
2013-06-19 | diff: add --ignore-blank-lines option | Antoine Pelisse | 1 | -6/+43 |
2012-01-29 | Merge branch 'rs/diff-postimage-in-context' | Junio C Hamano | 1 | -6/+6 |
2012-01-06 | xdiff: print post-image for common records instead of pre-image | René Scharfe | 1 | -6/+6 |
2011-10-10 | diff: add option to show whole functions as context | René Scharfe | 1 | -6/+48 |
2011-10-10 | xdiff: factor out get_func_line() | René Scharfe | 1 | -16/+27 |
2010-09-30 | diff: avoid repeated scanning while looking for funcname | René Scharfe | 1 | -24/+14 |
2009-03-15 | Fix various dead stores found by the clang static analyzer | Benjamin Kramer | 1 | -1/+1 |
2008-12-29 | diff: add option to show context between close hunks | René Scharfe | 1 | -1/+2 |
2008-10-25 | Allow alternate "low-level" emit function from xdl_diff | Brian Downing | 1 | -2/+1 |
2007-07-06 | Per-path attribute based hunk header selection. | Junio C Hamano | 1 | -14/+23 |
2007-06-08 | Missing statics. | Pierre Habouzit | 1 | -2/+2 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
2006-11-23 | Increase length of function name buffer | Andy Parkins | 1 | -1/+1 |
2006-10-25 | xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of lines | Petr Baudis | 1 | -2/+1 |
2006-10-23 | xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header. | Jim Meyering | 1 | -1/+1 |
2006-06-28 | xdiff: generate "anti-diffs" aka what is common to two files | Linus Torvalds | 1 | -0/+18 |
2006-03-27 | xdiff: Show function names in hunk headers. | Mark Wooding | 1 | -1/+40 |
2006-03-25 | Use a *real* built-in diff generator | Linus Torvalds | 1 | -0/+141 |