Thanks to visit codestin.com
Credit goes to github.com

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: java-diff-utils/java-diff-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: java-diff-utils-parent-4.15
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
  • 16 commits
  • 15 files changed
  • 6 contributors

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    4b33676 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    wumpz authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    0f8365b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Configuration menu
    Copy the full SHA
    527e83c View commit details
    Browse the repository at this point in the history
  2. added support for merging inline deltas split by whitespace or a mino…

    …r equality (#168) (#191)
    
    Co-authored-by: Tobias <[email protected]>
    epictecch and wumpz authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    b5b7dac View commit details
    Browse the repository at this point in the history
  3. Merge origin/master

    wumpz committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    7f5c3fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    803fc4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    110a0da View commit details
    Browse the repository at this point in the history
  6. fix: parsing unified diff chunk headers (#198)

    The regex matching chunk headers does not account for diffs generated with --show-function-line
    rushiiMachine authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    8397e20 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. updates test dependencies

    wumpz committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    01a7fb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Fix a typo in DiffUtils.java javadocs

    Davide Santonocito committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    c1aa689 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Merge pull request #200 from MadnessIRL/gen-docs

    Fix a typo in DiffUtils.java javadocs
    wumpz authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    db58b82 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Fix typo javadoc

    ngocnhan-tran1996 committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    d15ecbb View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. Merge pull request #203 from ngocnhan-tran1996/fix-typo

    Fix typo javadoc
    wumpz authored May 4, 2025
    Configuration menu
    Copy the full SHA
    0174358 View commit details
    Browse the repository at this point in the history

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 #204 from java-diff-utils/dependabot/maven/java-di…

    …ff-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
Loading