-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: mb720/java-diff-utils
base: master
head repository: java-diff-utils/java-diff-utils
compare: master
- 12 commits
- 8 files changed
- 6 contributors
Commits on Sep 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8a6206e - Browse repository at this point
Copy the full SHA 8a6206eView commit details
Commits on Oct 5, 2025
-
Merge pull request java-diff-utils#221 from mb720/patch-1
Update README.md
Configuration menu - View commit details
-
Copy full SHA for c6b79a6 - Browse repository at this point
Copy the full SHA c6b79a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c42ba09 - Browse repository at this point
Copy the full SHA c42ba09View commit details
Commits on Oct 6, 2025
-
Merge pull request java-diff-utils#222 from mb720/patch-1
Update README.md
Configuration menu - View commit details
-
Copy full SHA for b4b13c5 - Browse repository at this point
Copy the full SHA b4b13c5View commit details
Commits on Dec 10, 2025
-
feat(diffrow): add processEqualities hook and ensure equalities are p…
…rocessed for unchanged lines (Fixes java-diff-utils#219) (java-diff-utils#224) - Introduces a new protected method `processEqualities(String)` in DiffRowGenerator - Builder exposes `.processEqualities(Function<String,String>)` - Equal (unchanged) lines now invoke processEqualities() - Inline diffs remain unchanged (as expected in Option 3) - Added new test suite DiffRowGeneratorEqualitiesTest - Updated documentation and Javadoc for new extension point - Fixes java-diff-utils#219 (HTML escaping issue when inline diff by word) Co-authored-by: Tushar Soni <tushar.soni@siemens.com>
Configuration menu - View commit details
-
Copy full SHA for 696edc4 - Browse repository at this point
Copy the full SHA 696edc4View commit details
Commits on Mar 31, 2026
-
Bump org.assertj:assertj-core from 3.27.3 to 3.27.7 (java-diff-utils#226
) Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.3 to 3.27.7. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.3...assertj-build-3.27.7) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b35ebf4 - Browse repository at this point
Copy the full SHA b35ebf4View commit details
Commits on May 5, 2026
-
Fix UnifiedDiffReader to use correct DeltaType
finalizeChunk() previously always created ChangeDelta regardless of whether the hunk contained only insertions, only deletions, or only context lines. This made it impossible for consumers to determine the actual type of change from the delta alone. Now uses InsertDelta when a hunk contains only additions (no context), DeleteDelta when only deletions (no context), EqualDelta when only context, and ChangeDelta otherwise. Hunks with context lines still use ChangeDelta to preserve backward-compatible applyTo behavior. Fixes java-diff-utils#201
Configuration menu - View commit details
-
Copy full SHA for 3966413 - Browse repository at this point
Copy the full SHA 3966413View commit details
Commits on May 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6dbc008 - Browse repository at this point
Copy the full SHA 6dbc008View commit details
Commits on May 16, 2026
-
Merge pull request java-diff-utils#228 from andrewparmet/fix/unified-…
…diff-delta-types Fix UnifiedDiffReader to use correct DeltaType
Configuration menu - View commit details
-
Copy full SHA for 61deff7 - Browse repository at this point
Copy the full SHA 61deff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea894fe - Browse repository at this point
Copy the full SHA ea894feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bec0a6 - Browse repository at this point
Copy the full SHA 1bec0a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2e5b9 - Browse repository at this point
Copy the full SHA 5e2e5b9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master