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: master
Choose a base ref
...
head repository: benoitpflieger/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.
  • 11 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 30, 2019

  1. Customize text/DiffRowGenerator with algorithm and equalizer

    Based on the possibilities of the DiffUtils itself, the DiffRowGenerator
    has been extended to provide the customizing of the underlying
    DiffUtils.
    
    Moreover the tagCreator (supplied by oldTag/newTag) is now a BiFunction,
    consuming new the type of the processed tag.
    pfliegeb committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    7cc8b4d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Merge pull request #1 from benoitpflieger/proposal/issue-52

    Customize text/DiffRowGenerator with algorithm and equalizer
    benoitpflieger authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    6b5947f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Changed scm

    pfliegeb committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    8c22291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afcbfab View commit details
    Browse the repository at this point in the history
  3. jar signing disabled

    pfliegeb committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    5065e50 View commit details
    Browse the repository at this point in the history
  4. changing jar signing

    pfliegeb committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    80105d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eed9da4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1d9e5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3096de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ff852e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aaa3165 View commit details
    Browse the repository at this point in the history
Loading