summaryrefslogtreecommitdiff
path: root/xdiff/xemit.c
AgeCommit message (Expand)Author
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger
2017-01-16xdiff -W: relax end-of-file function detectionVegard Nossum
2016-09-21Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context'Junio C Hamano
2016-09-14xdiff: fix merging of hunks with -W context and -u contextRené Scharfe
2016-09-07xdiff: remove unneeded declarationsStefan Beller
2016-06-09xdiff: fix merging of appended hunk with -WRené Scharfe
2016-05-31xdiff: -W: don't include common trailing empty lines in contextRené Scharfe
2016-05-31xdiff: ignore empty lines before added functions with -WRené Scharfe
2016-05-31xdiff: handle appended chunks better with -WRené Scharfe
2016-05-31xdiff: factor out match_func_rec()René Scharfe
2016-02-23xdiff: drop XDL_EMIT_COMMONJeff King
2013-10-16C: have space around && and || operatorsJunio C Hamano
2013-06-19diff: add --ignore-blank-lines optionAntoine Pelisse
2012-01-29Merge branch 'rs/diff-postimage-in-context'Junio C Hamano
2012-01-06xdiff: print post-image for common records instead of pre-imageRené Scharfe
2011-10-10diff: add option to show whole functions as contextRené Scharfe
2011-10-10xdiff: factor out get_func_line()René Scharfe
2010-09-30diff: avoid repeated scanning while looking for funcnameRené Scharfe
2009-03-16Fix various dead stores found by the clang static analyzerBenjamin Kramer
2008-12-29diff: add option to show context between close hunksRené Scharfe
2008-10-25Allow alternate "low-level" emit function from xdl_diffBrian Downing
2007-07-06Per-path attribute based hunk header selection.Junio C Hamano
2007-06-08Missing statics.Pierre Habouzit
2007-06-07War on whitespaceJunio C Hamano
2006-11-24Increase length of function name bufferAndy Parkins
2006-10-25xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of linesPetr Baudis
2006-10-23xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header.Jim Meyering
2006-06-29xdiff: generate "anti-diffs" aka what is common to two filesLinus Torvalds
2006-03-28xdiff: Show function names in hunk headers.Mark Wooding
2006-03-26Use a *real* built-in diff generatorLinus Torvalds