summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fc245bb)
raw | patch | inline | side by side (parent: fc245bb)
author | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Tue, 4 Dec 2018 13:27:09 +0000 (16:27 +0300) | ||
committer | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Tue, 4 Dec 2018 13:27:09 +0000 (16:27 +0300) |
Dev/Mod/Diff.odc | patch | blob | history | |
README | patch | blob | history |
diff --git a/Dev/Mod/Diff.odc b/Dev/Mod/Diff.odc
index 26457f3ccacb0cf6d3366e7a031125dbc1b15194..e12a6fdb60079a239a5906a25aaff3c9c9d8b0f4 100644 (file)
Binary files a/Dev/Mod/Diff.odc and b/Dev/Mod/Diff.odc differ
Binary files a/Dev/Mod/Diff.odc and b/Dev/Mod/Diff.odc differ
index e885fea72926ce49049b2258617116d2a9b87b4f..24217a5f6875293bee9d3550aa505bfd0fdae46a 100644 (file)
--- a/README
+++ b/README
-BlackBox Diff Utils
+BlackBox diffutils
--------------------
Clone of diff and patch utilites from *nix for BlackBox and its binary document format.
-Command DevDiff.CompareThis compare two files and produce patch in unified diff format.
-Command DevDiff.PatchThis read patch in unified diff format and apply changes from it.
Building
--------------------
--------------------
See sources. Documentation not writed yet.
+Command DevDiff.CompareThis compare two files and produce patch in unified diff format.
+Command DevDiff.PatchThis read patch in unified diff format and apply changes from it.
Current state
--------------------
This is NOT final version of module DevDiff. It is NOT well tested, but it works. You are warned!
-The biggest problem is that Views not compared and always treated as different.
-While applying patch tested only Views types.
Todo list see at the and of sources.