Tobias Warneke
4061ab6c57
fixes #110 support for similarity index, rename from, rename to
2020-12-24 00:51:29 +01:00
Tobias Warneke
7da297322b
fixes #110 support for similarity index, rename from, rename to
2020-12-24 00:49:10 +01:00
Tobias Warneke
fb0837fd73
fixes #107 process "\ No newline at end of file"
2020-12-19 00:21:09 +01:00
Tobias Warneke
642dc659f1
fixes #107 process "\ No newline at end of file"
2020-12-19 00:17:54 +01:00
Tobias Warneke
e59e9e8379
fixes #107 process "\ No newline at end of file"
2020-12-19 00:12:55 +01:00
Tobias Warneke
6748451e94
Merge origin/master
2020-12-19 00:12:35 +01:00
Tobias Warneke
445381b277
fixes #107 process "\ No newline at end of file"
2020-12-19 00:11:32 +01:00
Jerry James
ab76d7229a
Eliminate most unchecked and unsafe operation warnings ( #108 )
...
Thx for improving java-diff-utils.
2020-12-17 23:08:59 +01:00
Tobias Warneke
7647c0a39e
removed author entry that was accidently introduced into the new implementation of UnifiedDiff tools
2020-12-17 23:02:05 +01:00
Tobias Warneke
759a2ba67a
changed action to matrix build project using java 8 and 11
2020-12-17 22:55:11 +01:00
Tobias Warneke
270754fb8c
2020-12-13 23:54:12 +01:00
Tobias Warneke
06f1e0593e
2020-12-13 23:48:24 +01:00
Tobias
26be87091b
Update README.md
2020-12-13 23:12:31 +01:00
Tobias
b927e6f477
Update README.md
2020-12-13 23:02:54 +01:00
Tobias
ba3c313440
Update README.md
2020-12-13 23:01:23 +01:00
Tobias
d62e9a9fb6
Update README.md
2020-12-13 23:00:10 +01:00
Tobias Warneke
d7a5247b1d
2020-12-13 22:58:42 +01:00
Tobias Warneke
b8aef6a3da
2020-12-13 22:47:15 +01:00
Tobias
7d8b87a0ec
Create maven.yml
2020-12-13 22:41:38 +01:00
Tobias
1fdea352ad
Create stale.yml
2020-12-13 22:34:53 +01:00
Tobias Warneke
c6d3f73d22
fixes #104
2020-12-12 00:35:11 +01:00
Mike Samuel
5338313a54
StringUtils.wrapText will not split surrogate pair. ( #103 )
...
Previously,
StringUtils.wrapText(".\uD800\uDC00.", 2)
// ^ index 2 points here
would insert a `<br/>` between two paired surrogates.
Now, it shifts the insertion point to a whole code-point boundary.
2020-11-22 19:48:05 +01:00
Tobias Warneke
55d71fea71
2020-11-01 22:06:19 +01:00
Tobias Warneke
e4ab41bf04
[maven-release-plugin] prepare for next development iteration
2020-11-01 21:32:22 +01:00
Tobias Warneke
1ec708fe30
[maven-release-plugin] prepare release java-diff-utils-parent-4.9
java-diff-utils-parent-4.9
2020-11-01 21:32:21 +01:00
Tobias Warneke
fcf83e918f
2020-11-01 20:03:18 +01:00
Alon Harel
4ee56d2554
make patch serializable ( #101 )
2020-10-26 13:34:23 +01:00
Tobias Warneke
21f9e9d415
[maven-release-plugin] prepare for next development iteration
2020-09-27 22:08:04 +02:00
Tobias Warneke
76ae5f3b6f
[maven-release-plugin] prepare release java-diff-utils-parent-4.8
java-diff-utils-parent-4.8
2020-09-27 22:07:59 +02:00
Tobias Warneke
7d88486bdc
2020-09-27 22:04:44 +02:00
Tobias Warneke
694e93143d
2020-09-27 22:03:18 +02:00
Tobias Warneke
dac751bf73
fixes #98 - deleted file mode
2020-09-27 21:48:59 +02:00
Tobias Warneke
f76abb58f6
improved the documentation of DeltyType a bit
...
fixed #99
2020-09-27 18:13:03 +02:00
Tobias Warneke
de04bd688a
2020-08-09 21:44:28 +02:00
Tobias Warneke
e38cd3a99f
2020-08-09 21:38:16 +02:00
Tobias Warneke
96f7fbdebd
finishes pull request #93
2020-08-04 07:35:09 +02:00
Morten Telling
d3524314eb
Mark no file with /dev/null to align with git diff ( #93 )
...
If you run git diff locally with a staged new file the diff will indicate that the file did not exist before with `--- /dev/null`.
I believe this should align with this?
2020-08-04 07:29:55 +02:00
Tobias Warneke
85c3199570
changes jgit version
2020-08-04 07:27:41 +02:00
Tobias Warneke
dbe601c2fc
fixes #83
2020-07-03 23:44:48 +02:00
Tobias Warneke
fc7c714264
Merge origin/master
2020-07-03 22:59:18 +02:00
Tobias Warneke
dcc29eee7e
fixes #84 Seems to be solved by a previous issue. A test case was included from issue 84.
2020-07-03 22:59:04 +02:00
iamhlbx
f0f5d241c7
fixes #89 to get exact add/remove lines'positions ( #90 )
2020-07-03 16:58:44 +02:00
iamhlbx
e11c1599ee
update .gitignore to ignore *.iml files ( #88 )
2020-07-01 14:25:54 +02:00
Tobias
73c4c307a9
Update CHANGELOG.md
2020-06-21 22:38:11 +02:00
Tobias Warneke
8006986dd8
fixes #85
2020-06-21 02:04:14 +02:00
Tobias Warneke
f292c97dae
fixes #79
...
open #85
2020-06-21 01:29:57 +02:00
Tobias Warneke
7620f919c2
fixes #80
2020-05-24 22:56:28 +02:00
Tobias Warneke
a8e4ce2eff
fixes #65
2020-05-17 17:16:14 +02:00
Tobias
9bd7aaa0f2
Update README.md
2020-04-23 23:47:42 +02:00
Tobias
80c17a30d9
Update README.md
2020-04-23 23:21:18 +02:00