summaryrefslogtreecommitdiff
path: root/xdiff/xemit.c
Commit message (Expand)AuthorAgeFilesLines
* 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