aboutsummaryrefslogtreecommitdiff
path: root/xdiff
Commit message (Expand)AuthorAge
...
| * xdiff: choose XDL_FAST_HASH code on sizeof(long) instead of __WORDSIZEThomas Rast2012-05-01
| * xdiff: load full words in the inner loop of xdl_hash_recordThomas Rast2012-04-09
* | Merge branch 'jc/diff-algo-cleanup'Junio C Hamano2012-04-15
|\ \ | |/ |/|
| * xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano2012-02-19
| * xdiff: remove XDL_PATCH_* macrosJunio C Hamano2012-02-19
* | Merge branch 'rs/diff-postimage-in-context'Junio C Hamano2012-01-29
|\ \ | |/ |/|
| * xdiff: print post-image for common records instead of pre-imageRené Scharfe2012-01-06
* | Merge branch 'rs/diff-whole-function'Junio C Hamano2011-10-19
|\ \
| * | diff: add option to show whole functions as contextRené Scharfe2011-10-10
| * | xdiff: factor out get_func_line()René Scharfe2011-10-10
* | | Merge branch 'rs/diff-cleanup-records-fix'Junio C Hamano2011-10-13
|\ \ \ | |/ / |/| |
| * | Revert removal of multi-match discard heuristic in 27af01René Scharfe2011-09-26
* | | Merge branch 'rc/histogram-diff'Junio C Hamano2011-09-06
|\ \ \
| * | | xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()Tay Ray Chuan2011-08-31
* | | | Merge branch 'rc/histogram-diff' into HEADJunio C Hamano2011-08-17
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | xdiff/xhistogram: drop need for additional variableTay Ray Chuan2011-08-08
| * | xdiff/xhistogram: rely on xdl_trim_ends()Tay Ray Chuan2011-08-08
| * | xdiff/xhistogram: rework handling of recursed resultsTay Ray Chuan2011-08-08
| * | xdiff: do away with xdl_mmfile_next()Tay Ray Chuan2011-08-03
| * | xdiff/xprepare: use a smaller sample size for histogram diffTay Ray Chuan2011-07-12
| * | xdiff/xprepare: skip classificationTay Ray Chuan2011-07-12
| * | teach --histogram to diffTay Ray Chuan2011-07-12
| * | xdiff/xpatience: factor out fall-back-diff functionTay Ray Chuan2011-07-07
| * | xdiff/xprepare: refactor abort cleanupsTay Ray Chuan2011-07-07
| * | xdiff/xprepare: use memset()Tay Ray Chuan2011-07-07
| |/
* | xdiff/xprepare: improve O(n*m) performance in xdl_cleanup_records()Tay Ray Chuan2011-08-17
|/
* Merge branch 'cb/diff-fname-optim'Junio C Hamano2010-11-17
|\
| * diff: avoid repeated scanning while looking for funcnameRené Scharfe2010-09-30
* | xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder2010-10-06
|/
* xdiff: optimise for no whitespace difference when ignoring whitespace.Dylan Reid2010-07-05
* xdiff/xmerge.c: use memset() instead of explicit for-loopAlexey Mahotkin2010-05-01
* xdl_merge(): move file1 and file2 labels to xmparam structureJonathan Nieder2010-03-20
* xdl_merge(): add optional ancestor label to diff3-style outputJonathan Nieder2010-03-20
* refactor merge flags into xmparam_tBert Wesarg2010-03-02
* make union merge an xdl merge favorBert Wesarg2010-03-02
* Merge branch 'jc/conflict-marker-size'Junio C Hamano2010-01-20
|\
| * xdl_merge(): allow passing down marker_size in xmparam_tJunio C Hamano2010-01-16
| * xdl_merge(): introduce xmparam_t for merge specific parametersJunio C Hamano2010-01-16
* | git-merge-file --ours, --theirsJunio C Hamano2009-11-29
|/
* Merge branch 'tf/diff-whitespace-incomplete-line'Junio C Hamano2009-08-31
|\
| * xutils: Fix xdl_recmatch() on incomplete linesJunio C Hamano2009-08-23
| * xutils: Fix hashing an incomplete line with whitespaces at the endJunio C Hamano2009-08-23
| * Merge branch 'kc/maint-diff-bwi-fix' into maintJunio C Hamano2009-02-05
| |\
* | | refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit2009-07-22
* | | Merge branch 'cb/maint-1.6.0-xdl-merge-fix' into maintJunio C Hamano2009-06-02
|\ \ \
| * | | Change xdl_merge to generate output even for null mergesCharles Bailey2009-05-24
* | | | Fix typos / spelling in commentsMike Ralphson2009-04-22
* | | | Fix various dead stores found by the clang static analyzerBenjamin Kramer2009-03-15
* | | | Merge branch 'js/patience-diff'Junio C Hamano2009-01-23
|\ \ \ \
| * | | | Implement the patience diff algorithmJohannes Schindelin2009-01-07
| | |/ / | |/| |