summaryrefslogtreecommitdiff
path: root/xdiff-interface.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-06Per-path attribute based hunk header selection.Libravatar Junio C Hamano1-0/+71
2007-06-07War on whitespaceLibravatar Junio C Hamano1-2/+0
2007-06-04Move buffer_is_binary() to xdiff-interface.hLibravatar Johannes Schindelin1-0/+8
2007-03-07Cast 64 bit off_t to 32 bit size_tLibravatar Shawn O. Pearce1-3/+5
2006-12-21move read_mmfile() into xdiff-interfaceLibravatar Johannes Schindelin1-0/+19
2006-08-26Use xrealloc instead of reallocLibravatar Jonas Fonseca1-6/+6
2006-04-06Match ofs/cnt types in diff interface.Libravatar Junio C Hamano1-4/+4
2006-04-05combine-diff: move the code to parse hunk-header into common library.Libravatar Junio C Hamano1-0/+46
2006-04-05combine-diff: refactor built-in xdiff interface.Libravatar Junio C Hamano1-0/+58