summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2009-02-01Merge branch 'jc/maint-split-diff-metainfo'Junio C Hamano
2009-02-01Merge branch 'jk/signal-cleanup'Junio C Hamano
2009-01-27Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into jc/maint-split-diff-me...Junio C Hamano
2009-01-27diff.c: output correct index lines for a split diffJunio C Hamano
2009-01-26Merge branch 'js/diff-color-words'Junio C Hamano
2009-01-24Merge branch 'js/patience-diff'Junio C Hamano
2009-01-22refactor signal handling for cleanup functionsJeff King
2009-01-22chain kill signals for cleanup functionsJeff King
2009-01-22diff: refactor tempfile cleanup handlingJeff King
2009-01-21Merge branch 'maint'Junio C Hamano
2009-01-21color-words: Support diff.wordregex config optionBoyd Stephen Smith Jr
2009-01-21Rename diff.suppress-blank-empty to diff.suppressBlankEmptyJohannes Schindelin
2009-01-17color-words: make regex configurable via attributesThomas Rast
2009-01-17color-words: enable REG_NEWLINE to help userThomas Rast
2009-01-17color-words: take an optional regular expression describing wordsJohannes Schindelin
2009-01-17color-words: change algorithm to allow for 0-character word boundariesJohannes Schindelin
2009-01-17color-words: refactor word splitting and use ALLOC_GROW()Johannes Schindelin
2009-01-07Introduce the diff option '--patience'Johannes Schindelin
2009-01-07Merge branch 'rs/diff-ihc'Junio C Hamano
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2008-12-29diff: add option to show context between close hunksRené Scharfe
2008-12-18Fix type-mismatch compiler warning from diff_populate_filespec()René Scharfe
2008-12-17Make 'prepare_temp_file()' ignore st_size for symlinksLinus Torvalds
2008-12-17Make 'diff_populate_filespec()' use the new 'strbuf_readlink()'Linus Torvalds
2008-12-10diff: respect textconv in rewrite diffsJeff King
2008-12-10diff: fix handling of binary rewrite diffsJeff King
2008-12-08diff: allow turning on textconv explicitly for plumbingJeff King
2008-11-13Merge branch 'jk/diff-convfilter'Junio C Hamano
2008-11-13Merge branch 'jk/diff-convfilter-test-fix'Junio C Hamano
2008-11-09Merge branch 'rs/blame'Junio C Hamano
2008-10-26only textconv regular filesJeff King
2008-10-26userdiff: require explicitly allowing textconvJeff King
2008-10-26refactor userdiff textconv codeJeff King
2008-10-26diff: add missing static declarationJeff King
2008-10-25Always initialize xpparam_t to 0Brian Downing
2008-10-18diff: add filter for converting binary to textJeff King
2008-10-18diff: introduce diff.<driver>.binaryJeff King
2008-10-18diff: unify external diff and funcname parsing codeJeff King
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-10-06Teach git diff about Objective-C syntaxJonathan del Strother
2008-10-06Merge branch 'maint'Shawn O. Pearce
2008-10-06fix bogus "diff --git" header from "diff --no-index"Linus Torvalds
2008-10-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-09-30diff.c: remove duplicate bibtex pattern introduced by merge 92bb9785Brandon Casey
2008-09-29Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce
2008-09-29Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce
2008-09-29Merge branch 'bc/maint-diff-hunk-header-fix' into maintShawn O. Pearce
2008-09-25Merge branch 'ho/dirstat-by-file'Shawn O. Pearce
2008-09-23t4018-diff-funcname: test syntax of builtin xfuncname patternsBrandon Casey
2008-09-21Merge branch 'bc/maint-diff-hunk-header-fix' into bc/master-diff-hunk-header-fixJunio C Hamano