Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options which allows us to use difft as Apache Subversion's external diff tool #562

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 13, 2024

  1. Implement diff compatible -L (--label) option.

    With this, we can use difft as a external diff for Apache Subversion,
    in the form:
    
        svn diff --diff-cmd=difft -x '<at least one difft option>'
    futatuki committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7122863 View commit details
    Browse the repository at this point in the history
  2. Implement -u option with no effect

    If "svn diff --diff-cmd" is called without -x option, svn executes
    external diff command with -u option. So this allows to use
    difft as external diff for Apache Subversion, without extra options.
    futatuki committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ff7cbca View commit details
    Browse the repository at this point in the history