Skip to content
This repository was archived by the owner on Jun 24, 2018. It is now read-only.
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: KengoTODA/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: jycr/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.
  • 6 commits
  • 17 files changed
  • 2 contributors

Commits on Apr 19, 2015

  1. - Change groupId and artifactId to prevent conflit with origin librar…

    …y (jp.skypencil.java-diff-utils:diffutils)
    
    - Update artifact version
    - Update dependencies and plugins version
    JCronier committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    42d93b3 View commit details
    Browse the repository at this point in the history
  2. Remove IDE properties

    JCronier committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    83d10e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Change inline-diff formating :

    - Adds the ability to differentiate the inserted and deleted tags and
    class-names in inline-diff
    - Default class-name is now null for deleted and inserted data, and
    "change" for change data
    - Default tag for deleted data is 'del'
    - Default tag for inserted data is 'ins'
    jycr committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    ee237bf View commit details
    Browse the repository at this point in the history
  2. - can now customize diff algorithm in DiffRowGenerator.Builder

    - fix "equal" lines when lines isn't really equals (when Equalizer
    return equals on different strings)
    - fix imbrication tag bug in lineDiff (when inline is on a multi-line
    chunk)
    jycr committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    02d3d06 View commit details
    Browse the repository at this point in the history
  3. - Add option to skip data

    jycr committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    0f42824 View commit details
    Browse the repository at this point in the history
  4. Update readme

    jycr committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    8409ade View commit details
    Browse the repository at this point in the history
Loading