summaryrefslogtreecommitdiff
path: root/xdiff/xemit.c
Commit message (Expand)AuthorAgeFilesLines
* xdiff: drop unused parameter in def_ff()Jeff King2022-12-131-2/+2
* tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* xdiff-interface: replace discard_hunk_line() with a flagÆvar Arnfjörð Bjarmason2021-05-111-1/+2
* 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 detectionvn/xdiff-func-contextVegard Nossum2017-01-151-8/+6
* Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context'Junio C Hamano2016-09-211-1/+1
|\
| * xdiff: fix merging of hunks with -W context and -u contextrs/xdiff-merge-overlapping-hunks-for-W-contextRené Scharfe2016-09-141-1/+1
* | xdiff: remove unneeded declarationssb/xdiff-remove-unused-static-declStefan Beller2016-09-071-9/+0
|/
* xdiff: fix merging of appended hunk with -Wrs/xdiff-hunk-with-func-lineRené Scharfe2016-06-091-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_COMMONjk/no-diff-emit-commonJeff King2016-02-221-18/+0
* C: have space around && and || operatorsJunio C Hamano2013-10-161-1/+1
* diff: add --ignore-blank-lines optionAntoine Pelisse2013-06-191-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-imagers/diff-postimage-in-contextRené Scharfe2012-01-061-6/+6
* | diff: add option to show whole functions as contextrs/diff-whole-functionRené 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-151-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-231-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-281-0/+18
* xdiff: Show function names in hunk headers.Mark Wooding2006-03-271-1/+40
* Use a *real* built-in diff generatorLinus Torvalds2006-03-251-0/+141