aboutsummaryrefslogtreecommitdiffstats
path: root/xdiff (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-21Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context'Junio C Hamano1-1/+1
2016-09-19diff: improve positioning of add/delete blocks in diffsMichael Haggerty2-0/+326
2016-09-14xdiff: fix merging of hunks with -W context and -u contextRené Scharfe1-1/+1
2016-09-07xdiff: remove unneeded declarationsStefan Beller1-9/+0
2016-08-23xdl_change_compact(): introduce the concept of a change groupMichael Haggerty1-90/+203
2016-08-23recs_match(): take two xrecord_t pointers as argumentsMichael Haggerty1-7/+7
2016-08-23is_blank_line(): take a single xrecord_t as argumentMichael Haggerty1-4/+4
2016-08-23xdl_change_compact(): only use heuristic if group can't be matchedMichael Haggerty1-19/+19
2016-08-23xdl_change_compact(): fix compaction heuristic to adjust ixoMichael Haggerty1-0/+1
2016-08-08Merge branch 'js/ignore-space-at-eol' into maintJunio C Hamano2-3/+5
2016-07-11diff: fix a double off-by-one with --ignore-space-at-eolJohannes Schindelin2-3/+5
2016-06-27Merge branch 'rs/xdiff-hunk-with-func-line' into maintJunio C Hamano1-8/+57
2016-06-20Merge branch 'rs/xdiff-hunk-with-func-line'Junio C Hamano1-8/+57
2016-06-09xdiff: fix merging of appended hunk with -WRené Scharfe1-1/+2
2016-05-31xdiff: -W: don't include common trailing empty lines in contextRené Scharfe1-0/+2
2016-05-31xdiff: ignore empty lines before added functions with -WRené Scharfe1-2/+20
2016-05-31xdiff: handle appended chunks better with -WRené Scharfe1-3/+24
2016-05-31xdiff: factor out match_func_rec()René Scharfe1-4/+11
2016-05-06Merge branch 'jk/diff-compact-heuristic'Junio C Hamano2-4/+38
2016-04-19xdiff: implement empty line chunk heuristicStefan Beller2-0/+28
2016-04-18xdiff: add recs_match helper functionJacob Keller1-4/+10
2016-04-03Merge branch 'rj/xdiff-prepare-plug-leak-on-error-codepath'Junio C Hamano1-1/+2
2016-03-04xdiff/xprepare: fix a memory leakRamsay Jones1-0/+1
2016-03-04xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bitsRamsay Jones1-1/+1
2016-02-26Merge branch 'ps/plug-xdl-merge-leak'Junio C Hamano1-2/+7
2016-02-26Merge branch 'jk/no-diff-emit-common'Junio C Hamano2-19/+0
2016-02-23xdiff/xmerge: fix memory leak in xdl_mergePatrick Steinhardt1-2/+7
2016-02-22xdiff: drop XDL_EMIT_COMMONJeff King2-19/+0
2016-01-27merge-file: ensure that conflict sections match eol styleJohannes Schindelin1-14/+23
2016-01-27merge-file: let conflict markers match end-of-line style of the contextJohannes Schindelin1-4/+57
2014-06-30git-merge-file: do not add LF at EOF while applying unrelated changeMax Kirillov1-2/+2
2013-10-16C: have space around && and || operatorsJunio C Hamano1-1/+1
2013-06-19diff: add --ignore-blank-lines optionAntoine Pelisse7-8/+89
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini2-2/+2
2012-05-25Merge branch 'rs/xdiff-fast-hash-fix'Junio C Hamano1-15/+15
2012-05-23xdiff: import new 32-bit version of count_masked_bytes()René Scharfe1-13/+5
2012-05-23xdiff: avoid more compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe1-1/+7
2012-05-22xdiff: avoid compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe1-3/+5
2012-05-09xdiff: remove unused functionsRené Scharfe2-46/+0
2012-05-09xdiff: remove emit_func() and xdi_diff_hunks()René Scharfe2-6/+1
2012-05-09xdiff: add hunk_func()René Scharfe2-0/+22
2012-05-02Merge branch 'tr/xdiff-fast-hash'Junio C Hamano1-0/+106
2012-05-01xdiff: choose XDL_FAST_HASH code on sizeof(long) instead of __WORDSIZEThomas Rast1-29/+23
2012-04-15Merge branch 'jc/diff-algo-cleanup'Junio C Hamano5-21/+18
2012-04-09xdiff: load full words in the inner loop of xdl_hash_recordThomas Rast1-0/+112
2012-02-19xdiff: PATIENCE/HISTOGRAM are not independent option bitsJunio C Hamano5-16/+18
2012-02-19xdiff: remove XDL_PATCH_* macrosJunio C Hamano1-5/+0
2012-01-29Merge branch 'rs/diff-postimage-in-context'Junio C Hamano1-6/+6
2012-01-06xdiff: print post-image for common records instead of pre-imageRené Scharfe1-6/+6
2011-10-19Merge branch 'rs/diff-whole-function'Junio C Hamano2-16/+70