https://github.com/lofcz/diffmatchpatch
A hard fork of DiffMatchPath.
https://github.com/lofcz/diffmatchpatch
Last synced: 3 months ago
JSON representation
A hard fork of DiffMatchPath.
- Host: GitHub
- URL: https://github.com/lofcz/diffmatchpatch
- Owner: lofcz
- License: apache-2.0
- Created: 2024-01-19T06:25:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T06:28:27.000Z (over 1 year ago)
- Last Synced: 2025-07-02T17:57:05.529Z (3 months ago)
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiffMatchPatch
A hard fork of https://github.com/google/diff-match-patch due to upstream inactivity.
Compared to upstream, this version uses spans where possible.