summaryrefslogtreecommitdiff
path: root/xdiff/xdiffi.c
AgeCommit message (Expand)Author
2009-07-23refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-03-16Fix various dead stores found by the clang static analyzerBenjamin Kramer
2009-01-07Implement the patience diff algorithmJohannes Schindelin
2008-10-25Allow alternate "low-level" emit function from xdl_diffBrian Downing
2007-11-16Remove unreachable statementsGuido Ostkamp
2007-06-07War on whitespaceJunio C Hamano
2006-12-03xdiff: add xdl_merge()Johannes Schindelin
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-06-24Teach diff about -b and -w flagsJohannes Schindelin
2006-04-13xdiff: post-process hunks to make them consistent.Davide Libenzi
2006-04-09xdiff/xdiffi.c: fix warnings about possibly uninitialized variablesMarco Roeland
2006-04-04Clean-up trivially redundant diff.Davide Libenzi
2006-03-26Use a *real* built-in diff generatorLinus Torvalds