8000 Comparing mb720:ba00888...java-diff-utils:696edc4 · mb720/java-diff-utils · GitHub
[go: up one dir, main page]

Skip to content
Permalink

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: mb720/java-diff-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ba00888
Choose a base ref
...
head repository: java-diff-utils/java-diff-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 696edc4
Choose a head ref
  • 5 commits
  • 3 files changed
  • 4 contributors

Commits on Sep 29, 2025

  1. Update README.md

    Fix spelling.
    mb720 authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    8a6206e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. Merge pull request java-diff-utils#221 from mb720/patch-1

    Update README.md
    wumpz authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    c6b79a6 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    More typo fixing.
    mb720 authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    c42ba09 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Merge pull request java-diff-utils#222 from mb720/patch-1

    Update README.md
    wumpz authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    b4b13c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. 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>
    tusharsoni52 and Tushar Soni authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    696edc4 View commit details
    Browse the repository at this point in the history
Loading
0