mirror of
https://github.com/java-diff-utils/java-diff-utils.git
synced 2026-03-13 10:11:17 +08:00
Merge pull request #38 from 0xflotus/patch-2
fixed Algorithms and Ascii
This commit is contained in:
@@ -35,7 +35,7 @@ This is a test ~senctence~**for diffutils**.
|
||||
## Main Features
|
||||
|
||||
* computing the difference between two texts.
|
||||
* capable to hand more than plain ascci. Arrays or List of any type that implements hashCode() and equals() correctly can be subject to differencing using this library
|
||||
* capable to hand more than plain ascii. Arrays or List of any type that implements hashCode() and equals() correctly can be subject to differencing using this library
|
||||
* patch and unpatch the text with the given patch
|
||||
* parsing the unified diff format
|
||||
* producing human-readable differences
|
||||
@@ -44,7 +44,7 @@ This is a test ~senctence~**for diffutils**.
|
||||
* Myer
|
||||
* HistogramDiff using JGit Library
|
||||
|
||||
### Algoritms
|
||||
### Algorithms
|
||||
|
||||
* Myer's diff
|
||||
* HistogramDiff
|
||||
|
||||
Reference in New Issue
Block a user