forked from java-diff-utils/java-diff-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
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: dcostap/java-diff-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 696edc4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: java-diff-utils/java-diff-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e2e5b9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 5 files changed
- 3 contributors
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] <[email protected]> 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
Loading
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 696edc4...5e2e5b9