summaryrefslogtreecommitdiffstats
path: root/xdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | xdiff/xprepare: fix a memory leakRamsay Jones2016-03-041-0/+1
| * | xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bitsRamsay Jones2016-03-041-1/+1
| |/
* | Merge branch 'ps/plug-xdl-merge-leak'Junio C Hamano2016-02-261-2/+7
|\ \
| * | xdiff/xmerge: fix memory leak in xdl_mergePatrick Steinhardt2016-02-231-2/+7
| |/
* | Merge branch 'jk/no-diff-emit-common'Junio C Hamano2016-02-262-19/+0
|\ \
| * | xdiff: drop XDL_EMIT_COMMONJeff King2016-02-222-19/+0
| |/
* | merge-file: ensure that conflict sections match eol styleJohannes Schindelin2016-01-271-14/+23
* | merge-file: let conflict markers match end-of-line style of the contextJohannes Schindelin2016-01-271-4/+57
|/
* git-merge-file: do not add LF at EOF while applying unrelated changeMax Kirillov2014-06-301-2/+2
* C: have space around && and || operatorsJunio C Hamano2013-10-161-1/+1
* diff: add --ignore-blank-lines optionAntoine Pelisse2013-06-197-8/+89
* Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-122-2/+2
* Merge branch 'rs/xdiff-fast-hash-fix'Junio C Hamano2012-05-251-15/+15
|\
| * xdiff: import new 32-bit version of count_masked_bytes()René Scharfe2012-05-231-13/+5
| * xdiff: avoid more compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe2012-05-231-1/+7
| * xdiff: avoid compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe2012-05-221-3/+5
* | xdiff: remove unused functionsRené Scharfe2012-05-092-46/+0
* | xdiff: remove emit_func() and xdi_diff_hunks()René Scharfe2012-05-092-6/+1
* | xdiff: add hunk_func()René Scharfe2012-05-092-0/+22
* | Merge branch 'tr/xdiff-fast-hash'Junio C Hamano2012-05-021-0/+106
|\|
| * xdiff: choose XDL_FAST_HASH code on sizeof(long) instead of __WORDSIZEThomas Rast2012-05-011-29/+23
| * xdiff: load full words in the inner loop of xdl_hash_recordThomas Rast2012-04-091-0/+112
* | Merge branch 'jc/diff-algo-cleanup'Junio C Hamano2012-04-155-21/+18
|\ \ | |/ |/|
| * xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano2012-02-195-16/+18
| * xdiff: remove XDL_PATCH_* macrosJunio C Hamano2012-02-191-5/+0
* | Merge branch 'rs/diff-postimage-in-context'Junio C Hamano2012-01-291-6/+6
|\ \ | |/ |/|
| * xdiff: print post-image for common records instead of pre-imageRené Scharfe2012-01-061-6/+6
* | Merge branch 'rs/diff-whole-function'Junio C Hamano2011-10-192-16/+70
|\ \
| * | diff: add option to show whole functions as contextRené Scharfe2011-10-102-6/+49
| * | xdiff: factor out get_func_line()René Scharfe2011-10-101-16/+27
* | | Merge branch 'rs/diff-cleanup-records-fix'Junio C Hamano2011-10-131-3/+7
|\ \ \ | |/ / |/| |
| * | Revert removal of multi-match discard heuristic in 27af01René Scharfe2011-09-261-3/+7
* | | Merge branch 'rc/histogram-diff'Junio C Hamano2011-09-061-0/+2
|\ \ \
| * | | xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()Tay Ray Chuan2011-08-311-0/+2
* | | | Merge branch 'rc/histogram-diff' into HEADJunio C Hamano2011-08-178-125/+470
|\| | | | |/ / |/| |
| * | xdiff/xhistogram: drop need for additional variableTay Ray Chuan2011-08-081-5/+4
| * | xdiff/xhistogram: rely on xdl_trim_ends()Tay Ray Chuan2011-08-081-27/+4
| * | xdiff/xhistogram: rework handling of recursed resultsTay Ray Chuan2011-08-081-6/+9
| * | xdiff: do away with xdl_mmfile_next()Tay Ray Chuan2011-08-033-20/+2
| * | xdiff/xprepare: use a smaller sample size for histogram diffTay Ray Chuan2011-07-123-10/+17
| * | xdiff/xprepare: skip classificationTay Ray Chuan2011-07-121-8/+16
| * | teach --histogram to diffTay Ray Chuan2011-07-124-0/+390
| * | xdiff/xpatience: factor out fall-back-diff functionTay Ray Chuan2011-07-073-25/+35
| * | xdiff/xprepare: refactor abort cleanupsTay Ray Chuan2011-07-071-59/+32
| * | xdiff/xprepare: use memset()Tay Ray Chuan2011-07-071-7/+3
| |/
* / xdiff/xprepare: improve O(n*m) performance in xdl_cleanup_records()Tay Ray Chuan2011-08-171-36/+50
|/
* Merge branch 'cb/diff-fname-optim'Junio C Hamano2010-11-171-24/+14
|\
| * diff: avoid repeated scanning while looking for funcnameRené Scharfe2010-09-301-24/+14
* | xdiff: cast arguments for ctype functions to unsigned charJonathan Nieder2010-10-063-10/+11
|/
* xdiff: optimise for no whitespace difference when ignoring whitespace.Dylan Reid2010-07-051-1/+3