Skip to content

Commit daf81ee

Browse files
committed
Remove xdiff code, xdiff does not treat conflicts well.
1 parent c321b28 commit daf81ee

File tree

5 files changed

+2
-195
lines changed

5 files changed

+2
-195
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ php:
1010

1111
before_script:
1212
- git --version
13-
- pecl install xdiff
1413
- composer install --prefer-dist --dev
1514

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "bircher/php-merge",
33
"type": "library",
4-
"description": "A PHP merge utility using the Diff php library, the command line git or xdiff.",
5-
"keywords": ["git", "merge", "xdiff"],
4+
"description": "A PHP merge utility using the Diff php library or the command line git.",
5+
"keywords": ["git", "merge"],
66
"homepage": "https://github.com/bircher/php-merge",
77
"license": "MIT",
88
"authors": [

php-stub/xdiff-string-merge3.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/PhpMerge/XdiffMerge.php

Lines changed: 0 additions & 126 deletions
This file was deleted.

test/PhpMerge/Test/XdiffMergeTest.php

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)