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: ttpho/java-diff-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 59 files changed
  • 8 contributors

Commits on May 22, 2025

  1. Bump org.eclipse.jgit:org.eclipse.jgit in /java-diff-utils-jgit

    Bumps [org.eclipse.jgit:org.eclipse.jgit](https://github.com/eclipse-jgit/jgit) from 5.13.3.202401111512-r to 7.2.1.202505142326-r.
    - [Commits](eclipse-jgit/jgit@v5.13.3.202401111512-r...v7.2.1.202505142326-r)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jgit:org.eclipse.jgit
      dependency-version: 7.2.1.202505142326-r
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 22, 2025
    Configuration menu
    Copy the full SHA
    8e8ba47 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. Merge pull request java-diff-utils#204 from java-diff-utils/dependabo…

    …t/maven/java-diff-utils-jgit/org.eclipse.jgit-org.eclipse.jgit-7.2.1.202505142326-r
    
    Bump org.eclipse.jgit:org.eclipse.jgit from 5.13.3.202401111512-r to 7.2.1.202505142326-r in /java-diff-utils-jgit
    wumpz authored May 24, 2025
    Configuration menu
    Copy the full SHA
    a295c62 View commit details
    Browse the repository at this point in the history
  2. downgrade jgit

    wumpz committed May 24, 2025
    Configuration menu
    Copy the full SHA
    755024e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. fixes java-diff-utils#207

    wumpz committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    de0e157 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7f4dfb View commit details
    Browse the repository at this point in the history
  3. fixes java-diff-utils#211

    wumpz committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    c4b752f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    637cb7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b117553 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Fix typo

    AlexanderNikitin committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    8b70f76 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    5e1a9bd View commit details
    Browse the repository at this point in the history
  2. Adjust generic parameters for PECS principle. (java-diff-utils#214)

    Spotless update
    
    Co-authored-by: Andreas Goss <[email protected]>
    agoss94 and Andreas Goss authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    1ef6162 View commit details
    Browse the repository at this point in the history
  3. downgrade spotless

    wumpz committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    9b13cc8 View commit details
    Browse the repository at this point in the history
  4. downgrade spotless

    wumpz committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    ba00888 View commit details
    Browse the repository at this point in the history

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 <[email protected]>
    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