summaryrefslogtreecommitdiff
path: root/xdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tf/diff-whitespace-incomplete-line'Junio C Hamano2009-08-311-33/+53
|\
| * xutils: Fix xdl_recmatch() on incomplete linesJunio C Hamano2009-08-231-31/+49
| * xutils: Fix hashing an incomplete line with whitespaces at the endJunio C Hamano2009-08-231-2/+4
| * Merge branch 'kc/maint-diff-bwi-fix' into maintJunio C Hamano2009-02-051-2/+4
| |\
* | | refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit2009-07-221-1/+1
* | | Merge branch 'cb/maint-1.6.0-xdl-merge-fix' into maintJunio C Hamano2009-06-021-16/+15
|\ \ \
| * | | Change xdl_merge to generate output even for null mergesCharles Bailey2009-05-241-16/+15
* | | | Fix typos / spelling in commentsMike Ralphson2009-04-221-1/+1
* | | | Fix various dead stores found by the clang static analyzerBenjamin Kramer2009-03-152-4/+3
* | | | Merge branch 'js/patience-diff'Junio C Hamano2009-01-235-1/+389
|\ \ \ \
| * | | | Implement the patience diff algorithmJohannes Schindelin2009-01-075-1/+389
| | |/ / | |/| |
* | | | Merge branch 'kc/maint-diff-bwi-fix'Junio C Hamano2009-01-211-2/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix combined use of whitespace ignore options to diffKeith Cascio2009-01-191-2/+4
| | |/ | |/|
| * | xdiff: give up scanning similar lines earlyDavide Libenzi2008-12-021-2/+13
* | | diff: add option to show context between close hunksRené Scharfe2008-12-292-1/+3
| |/ |/|
* | Merge branch 'dl/xdiff'Junio C Hamano2008-11-121-2/+13
|\ \
| * | xdiff: give up scanning similar lines earlyDavide Libenzi2008-11-081-2/+13
* | | Allow alternate "low-level" emit function from xdl_diffBrian Downing2008-10-254-3/+8
|/ /
* | xmerge.c: "diff3 -m" style clips merge reduction level to EAGER or lessJunio C Hamano2008-08-301-0/+9
* | xmerge.c: minimum readability fixupsJunio C Hamano2008-08-301-7/+7
* | xdiff-merge: optionally show conflicts in "diff3 -m" styleJunio C Hamano2008-08-302-19/+90
* | xdl_fill_merge_buffer(): separate out a too deeply nested functionJunio C Hamano2008-08-301-51/+70
|/
* xdl_merge(): introduce XDL_MERGE_ZEALOUS_ALNUMJohannes Schindelin2008-02-182-4/+28
* xdl_merge(): make XDL_MERGE_ZEALOUS output simplerJohannes Schindelin2008-02-181-1/+46
* Remove unreachable statementsGuido Ostkamp2007-11-152-4/+0
* Per-path attribute based hunk header selection.Junio C Hamano2007-07-062-14/+27
* Missing statics.Pierre Habouzit2007-06-081-2/+2
* War on whitespaceJunio C Hamano2007-06-0712-12/+0
* xdiff/xutils.c(xdl_hash_record): factor out whitespace handlingJohannes Schindelin2007-03-191-2/+20
* teach diff machinery about --ignore-space-at-eolJohannes Schindelin2007-02-132-1/+26
* Fix yet another subtle xdl_merge() bugJohannes Schindelin2006-12-301-2/+5
* xdl_merge(): fix a segmentation fault when refining conflictsJohannes Schindelin2006-12-281-0/+4
* Merge branch 'master' into js/mergeJunio C Hamano2006-12-121-1/+2
|\
| * diff -b: ignore whitespace at end of lineJohannes Schindelin2006-12-041-1/+2
* | xdl_merge(): fix and simplify conflict handlingJohannes Schindelin2006-12-051-16/+5
* | xdl_merge(): fix thinkoJohannes Schindelin2006-12-021-2/+2
* | xdl_merge(): fix an off-by-one bugJohannes Schindelin2006-12-021-5/+5
* | xmerge: make return value from xdl_merge() more usable.Junio C Hamano2006-12-021-10/+7
* | xdiff: add xdl_merge()Johannes Schindelin2006-12-024-2/+442
|/
* Increase length of function name bufferAndy Parkins2006-11-231-1/+1
* xdiff: Match GNU diff behaviour when deciding hunk comment worthiness of linesPetr Baudis2006-10-251-2/+1
* xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header.Jim Meyering2006-10-231-1/+1
* Merge branch 'maint'Junio C Hamano2006-10-161-2/+3
|\
| * Fix hash function in xdiff libraryv1.4.2.4Linus Torvalds2006-10-161-2/+3
* | diff: fix 2 whitespace issuesJohannes Schindelin2006-10-121-17/+12
|/
* Merge branch 'lt/merge-tree'Junio C Hamano2006-07-122-0/+19
|\
| * xdiff: generate "anti-diffs" aka what is common to two filesLinus Torvalds2006-06-282-0/+19
* | Fix more typos, primarily in the codePavel Roskin2006-07-101-3/+3
|/
* Teach diff about -b and -w flagsJohannes Schindelin2006-06-237-16/+71
* xdiff: minor changes to match libxdiff-0.21Junio C Hamano2006-06-192-7/+5