You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Diff Utils library is an OpenSource library for performing the comparison operat
3
3
4
4
Main reason to build this library was the lack of easy-to-use libraries with all the usual stuff you need while working with diff files. Originally it was inspired by JRCS library and it's nice design of diff module.
5
5
6
-
This is originally a fork of java-diff-utils from Google Code Archive.
6
+
**This is originally a fork of java-diff-utils from Google Code Archive.**
7
7
8
8
## Main Features ##
9
9
@@ -12,6 +12,7 @@ This is originally a fork of java-diff-utils from Google Code Archive.
12
12
* patch and unpatch the text with the given patch
13
13
* parsing the unified diff format
14
14
* producing human-readable differences
15
+
* inline difference construction
15
16
16
17
### Algoritms ###
17
18
@@ -20,7 +21,7 @@ This library implements Myer's diff algorithm. But it can easily replaced by any
20
21
### Changelog ###
21
22
* Version 1.4
22
23
* switch to maven and removed other artifacts
23
-
* changed groupid to *com.github.java-diff-utils* due to different forks at github
24
+
* changed groupid to **com.github.java-diff-utils** due to different forks at github
0 commit comments