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

Implemented parameters for Diff.find_similar() #396

Merged
merged 2 commits into from
Jul 28, 2014

Commits on Jul 25, 2014

  1. Implemented parameters for Diff.find_similar()

    Diff.find_similar now supports the parameters that are exposed by
    libgit2's git_diff_find_similar.
    
    Parameters supported are rename_threshold, copy_threshold,
    rename_from_rewrite_threshold, break_rewrite_threshold and rename_limit
    ArnoVanLumig committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    eb001f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31f0ac View commit details
    Browse the repository at this point in the history