Text Difference Checker
Compare two text versions and identify added, removed and unchanged lines.
Compare text line by line
The local comparison uses a longest-common-subsequence algorithm to identify inserted, removed and unchanged lines.
It is suitable for text and small configuration files rather than very large source repositories.