summaryrefslogtreecommitdiff
path: root/xdiff/xprepare.c
AgeCommit message (Expand)Author
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2021-11-19xdiff: avoid unnecessary memory allocationsPhillip Wood
2021-11-19diff histogram: intern stringsPhillip Wood
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger
2016-03-04xdiff/xprepare: fix a memory leakRamsay Jones
2016-03-04xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bitsRamsay Jones
2012-02-19xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano
2011-10-14Merge branch 'rs/diff-cleanup-records-fix'Junio C Hamano
2011-09-26Revert removal of multi-match discard heuristic in 27af01René Scharfe
2011-09-06Merge branch 'rc/histogram-diff'Junio C Hamano
2011-08-31xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()Tay Ray Chuan
2011-08-18Merge branch 'rc/histogram-diff' into HEADJunio C Hamano
2011-08-18xdiff/xprepare: improve O(n*m) performance in xdl_cleanup_records()Tay Ray Chuan
2011-08-03xdiff: do away with xdl_mmfile_next()Tay Ray Chuan
2011-07-12xdiff/xprepare: use a smaller sample size for histogram diffTay Ray Chuan
2011-07-12xdiff/xprepare: skip classificationTay Ray Chuan
2011-07-07xdiff/xprepare: refactor abort cleanupsTay Ray Chuan
2011-07-07xdiff/xprepare: use memset()Tay Ray Chuan
2009-01-07Implement the patience diff algorithmJohannes Schindelin
2008-11-08xdiff: give up scanning similar lines earlyDavide Libenzi
2007-06-07War on whitespaceJunio C Hamano
2006-06-24Teach diff about -b and -w flagsJohannes Schindelin
2006-04-04Clean-up trivially redundant diff.Davide Libenzi
2006-03-26Use a *real* built-in diff generatorLinus Torvalds