summaryrefslogtreecommitdiffstats
path: root/xdiff/xemit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xdiff: unignore changes in function contextRené Scharfe2019-12-051-0/+17
* xdiff: clamp function context indices in post-imageJeff King2019-07-231-2/+2
* xdiff: show non-empty lines before functions with -WRené Scharfe2017-11-211-0/+3
* xdiff: factor out is_func_rec()René Scharfe2017-11-211-3/+7
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+2
* xdiff -W: relax end-of-file function detectionVegard Nossum2017-01-161-8/+6
* Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context'Junio C Hamano2016-09-221-1/+1
|\
| * xdiff: fix merging of hunks with -W context and -u contextRené Scharfe2016-09-151-1/+1
* | xdiff: remove unneeded declarationsStefan Beller2016-09-071-9/+0
|/
* xdiff: fix merging of appended hunk with -WRené Scharfe2016-06-101-1/+2
* xdiff: -W: don't include common trailing empty lines in contextRené Scharfe2016-05-311-0/+2
* xdiff: ignore empty lines before added functions with -WRené Scharfe2016-05-311-2/+20
* xdiff: handle appended chunks better with -WRené Scharfe2016-05-311-3/+24
* xdiff: factor out match_func_rec()René Scharfe2016-05-311-4/+11
* xdiff: drop XDL_EMIT_COMMONJeff King2016-02-231-18/+0
* C: have space around && and || operatorsJunio C Hamano2013-10-161-1/+1
* diff: add --ignore-blank-lines optionAntoine Pelisse2013-06-201-6/+43
* Merge branch 'rs/diff-postimage-in-context'Junio C Hamano2012-01-291-6/+6
|\
| * xdiff: print post-image for common records instead of pre-imageRené Scharfe2012-01-061-6/+6
* | diff: add option to show whole functions as contextRené Scharfe2011-10-101-6/+48
* | xdiff: factor out get_func_line()René Scharfe2011-10-101-16/+27
|/
* diff: avoid repeated scanning while looking for funcnameRené Scharfe2010-09-301-24/+14
* Fix various dead stores found by the clang static analyzerBenjamin Kramer2009-03-161-1/+1
* diff: add option to show context between close hunksRené Scharfe2008-12-291-1/+2
* Allow alternate "low-level" emit function from xdl_diffBrian Downing2008-10-251-2/+1
* Per-path attribute based hunk header selection.Junio C Hamano2007-07-061-14/+23
* Missing statics.Pierre Habouzit2007-06-081-2/+2
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Increase length of function name bufferAndy Parkins2006-11-241-1/+1
* xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of linesPetr Baudis2006-10-251-2/+1
* xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header.Jim Meyering2006-10-231-1/+1
* xdiff: generate "anti-diffs" aka what is common to two filesLinus Torvalds2006-06-291-0/+18
* xdiff: Show function names in hunk headers.Mark Wooding2006-03-281-1/+40
* Use a *real* built-in diff generatorLinus Torvalds2006-03-261-0/+141