-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Word diffs #12
Comments
👍 for this feature. I'm not sure how I've looked around for any details or even open source projects from GitHub's implementation. The closest I could find is this blog post, but that mostly talks about split view diffs: http://markdotto.com/2014/09/04/shipping-githubs-split-diffs/ I've asked the author if there are any plans to open source something: https://twitter.com/bassistance/status/577811088269565952 Maybe one day this will find results: https://github.com/github?query=diff |
One more thing, for QUnit we're looking into using Google's diff-patch-match library (at least parts of it): qunitjs/qunit#772 - not sure if that would help here though. |
I don't really want to stray from using |
There's already a branch for this, but I can't figure out good logic for determining what a "word" is. Looking into the logic used for
git instaweb
might provide some insight.The text was updated successfully, but these errors were encountered: