aboutsummaryrefslogtreecommitdiff
path: root/xdiff/xemit.c
Commit message (Expand)AuthorAge
* Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context'Junio C Hamano2016-09-21
|\
| * xdiff: fix merging of hunks with -W context and -u contextRené Scharfe2016-09-14
* | xdiff: remove unneeded declarationsStefan Beller2016-09-07
|/
* xdiff: fix merging of appended hunk with -WRené Scharfe2016-06-09
* xdiff: -W: don't include common trailing empty lines in contextRené Scharfe2016-05-31
* xdiff: ignore empty lines before added functions with -WRené Scharfe2016-05-31
* xdiff: handle appended chunks better with -WRené Scharfe2016-05-31
* xdiff: factor out match_func_rec()René Scharfe2016-05-31
* xdiff: drop XDL_EMIT_COMMONJeff King2016-02-22
* C: have space around && and || operatorsJunio C Hamano2013-10-16
* diff: add --ignore-blank-lines optionAntoine Pelisse2013-06-19
* Merge branch 'rs/diff-postimage-in-context'Junio C Hamano2012-01-29
|\
| * xdiff: print post-image for common records instead of pre-imageRené Scharfe2012-01-06
* | diff: add option to show whole functions as contextRené Scharfe2011-10-10
* | xdiff: factor out get_func_line()René Scharfe2011-10-10
|/
* diff: avoid repeated scanning while looking for funcnameRené Scharfe2010-09-30
* Fix various dead stores found by the clang static analyzerBenjamin Kramer2009-03-15
* diff: add option to show context between close hunksRené Scharfe2008-12-29
* Allow alternate "low-level" emit function from xdl_diffBrian Downing2008-10-25
* Per-path attribute based hunk header selection.Junio C Hamano2007-07-06
* Missing statics.Pierre Habouzit2007-06-08
* War on whitespaceJunio C Hamano2007-06-07
* Increase length of function name bufferAndy Parkins2006-11-23
* xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of linesPetr Baudis2006-10-25
* xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header.Jim Meyering2006-10-23
* xdiff: generate "anti-diffs" aka what is common to two filesLinus Torvalds2006-06-28
* xdiff: Show function names in hunk headers.Mark Wooding2006-03-27
* Use a *real* built-in diff generatorLinus Torvalds2006-03-25