forked from JackuB/diff-match-patch
-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: hackmdio/diff-match-patch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hackmdio/diff-match-patch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 5 files changed
- 3 contributors
Commits on Jun 24, 2020
-
Fix lineHash.hasOwnProperty might be contaminated
if calling method like dmp.diff_linesToChars_('hasOwnProperty', ' ') will throw TypeError: lineHash.hasOwnProperty is not a function since the lineHash is a instance of Object, the method can be overwritten while walking through the text lines. To avoid this, we can use Object.prototype.hasOwnProperty.call(lineHash, line) that make it always can call hasOwnProperty properly. Update diff_match_patch_uncompressed.js
1Configuration menu - View commit details
-
Copy full SHA for c2f8fb9 - Browse repository at this point
Copy the full SHA c2f8fb9View commit details
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1964735 - Browse repository at this point
Copy the full SHA 1964735View commit details
Commits on May 12, 2023
-
Merge pull request #2 from hackmdio/fix/pathc-stop-breaking-surrogate…
…-pairs fix/stop breaking surrogate pairs
Configuration menu - View commit details
-
Copy full SHA for fdb2b05 - Browse repository at this point
Copy the full SHA fdb2b05View commit details
Commits on May 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 59a9395 - Browse repository at this point
Copy the full SHA 59a9395View commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.