summaryrefslogtreecommitdiff
path: root/xdiff
AgeCommit message (Expand)Author
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini
2012-05-25Merge branch 'rs/xdiff-fast-hash-fix'Junio C Hamano
2012-05-23xdiff: import new 32-bit version of count_masked_bytes()René Scharfe
2012-05-23xdiff: avoid more compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe
2012-05-22xdiff: avoid compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe
2012-05-09xdiff: remove unused functionsRené Scharfe
2012-05-09xdiff: remove emit_func() and xdi_diff_hunks()René Scharfe
2012-05-09xdiff: add hunk_func()René Scharfe
2012-05-02Merge branch 'tr/xdiff-fast-hash'Junio C Hamano
2012-05-01xdiff: choose XDL_FAST_HASH code on sizeof(long) instead of __WORDSIZEThomas Rast
2012-04-16Merge branch 'jc/diff-algo-cleanup'Junio C Hamano
2012-04-10xdiff: load full words in the inner loop of xdl_hash_recordThomas Rast
2012-02-19xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano
2012-02-19xdiff: remove XDL_PATCH_* macrosJunio C Hamano
2012-01-29Merge branch 'rs/diff-postimage-in-context'Junio C Hamano
2012-01-06xdiff: print post-image for common records instead of pre-imageRené Scharfe
2011-10-19Merge branch 'rs/diff-whole-function'Junio C Hamano
2011-10-14Merge branch 'rs/diff-cleanup-records-fix'Junio C Hamano
2011-10-10diff: add option to show whole functions as contextRené Scharfe
2011-10-10xdiff: factor out get_func_line()René Scharfe
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-08xdiff/xhistogram: drop need for additional variableTay Ray Chuan
2011-08-08xdiff/xhistogram: rely on xdl_trim_ends()Tay Ray Chuan
2011-08-08xdiff/xhistogram: rework handling of recursed resultsTay 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-12teach --histogram to diffTay Ray Chuan
2011-07-07xdiff/xpatience: factor out fall-back-diff functionTay Ray Chuan
2011-07-07xdiff/xprepare: refactor abort cleanupsTay Ray Chuan
2011-07-07xdiff/xprepare: use memset()Tay Ray Chuan
2010-11-17Merge branch 'cb/diff-fname-optim'Junio C Hamano
2010-10-06xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder
2010-09-30diff: avoid repeated scanning while looking for funcnameRené Scharfe
2010-07-06xdiff: optimise for no whitespace difference when ignoring whitespace.Dylan Reid
2010-05-01xdiff/xmerge.c: use memset() instead of explicit for-loopAlexey Mahotkin
2010-03-21xdl_merge(): move file1 and file2 labels to xmparam structureJonathan Nieder
2010-03-21xdl_merge(): add optional ancestor label to diff3-style outputJonathan Nieder
2010-03-02refactor merge flags into xmparam_tBert Wesarg
2010-03-02make union merge an xdl merge favorBert Wesarg
2010-01-21Merge branch 'jc/conflict-marker-size'Junio C Hamano
2010-01-17xdl_merge(): allow passing down marker_size in xmparam_tJunio C Hamano
2010-01-17xdl_merge(): introduce xmparam_t for merge specific parametersJunio C Hamano
2009-11-30git-merge-file --ours, --theirsJunio C Hamano
2009-09-01Merge branch 'tf/diff-whitespace-incomplete-line'Junio C Hamano
2009-08-23xutils: Fix xdl_recmatch() on incomplete linesJunio C Hamano