Skip to content

Commit

Permalink
Remove xdiff code, xdiff does not treat conflicts well.
Browse files Browse the repository at this point in the history
  • Loading branch information
bircher committed Mar 18, 2017
1 parent c321b28 commit daf81ee
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 195 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ php:

before_script:
- git --version
- pecl install xdiff
- composer install --prefer-dist --dev

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "bircher/php-merge",
"type": "library",
"description": "A PHP merge utility using the Diff php library, the command line git or xdiff.",
"keywords": ["git", "merge", "xdiff"],
"description": "A PHP merge utility using the Diff php library or the command line git.",
"keywords": ["git", "merge"],
"homepage": "https://github.com/bircher/php-merge",
"license": "MIT",
"authors": [
Expand Down
18 changes: 0 additions & 18 deletions php-stub/xdiff-string-merge3.php

This file was deleted.

126 changes: 0 additions & 126 deletions src/PhpMerge/XdiffMerge.php

This file was deleted.

48 changes: 0 additions & 48 deletions test/PhpMerge/Test/XdiffMergeTest.php

This file was deleted.

0 comments on commit daf81ee

Please sign in to comment.