summary refs log tree commit diff
path: root/xdiff-interface.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-14xdiff-interface: hide the whole "xdiff_emit_state" business from the callerJunio C Hamano1-5/+18
2008-08-13Use strbuf for struct xdiff_emit_state's remainderBrian Downing1-22/+10
2008-08-13Make xdi_diff_outf interface for running xdiff_outf diffsBrian Downing1-1/+12
2008-03-14Merge branch 'maint'Junio C Hamano1-2/+2
2008-03-13merge-file: handle empty files gracefullyJohannes Schindelin1-2/+2
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering1-2/+1
2007-12-20Re(-re)*fix trim_common_tail()Linus Torvalds1-4/+7
2007-12-16Re-re-re-fix common tail optimizationJunio C Hamano1-1/+1
2007-12-16trim_common_tail: brown paper bag fix.Jeff King1-5/+4
2007-12-14xdiff tail trimming: use correct type.Junio C Hamano1-3/+2
2007-12-13xdi_diff: trim common trailing linesJunio C Hamano1-1/+33
2007-12-13xdl_diff: identify call sites.Junio C Hamano1-0/+5
2007-07-06Per-path attribute based hunk header selection.Junio C Hamano1-0/+71
2007-06-07War on whitespaceJunio C Hamano1-2/+0
2007-06-04Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin1-0/+8
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce1-3/+5
2006-12-21move read_mmfile() into xdiff-interfaceJohannes Schindelin1-0/+19
2006-08-26Use xrealloc instead of reallocJonas Fonseca1-6/+6
2006-04-06Match ofs/cnt types in diff interface.Junio C Hamano1-4/+4
2006-04-05combine-diff: move the code to parse hunk-header into common library.Junio C Hamano1-0/+46
2006-04-05combine-diff: refactor built-in xdiff interface.Junio C Hamano1-0/+58