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

Expose 'recursion_limit' option for merges #857

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 18, 2020

  1. Expose 'recursion_limit' option for merges

    libgit2 has a 'recursion_limit' option in 'git_merge_options' to
    control the potential cost of recursive merging, but this is not
    currently exposed in rugged.
    
    This change makes 'recursion_limit' available for use in rugged.
    wfchandler committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    1e9ab51 View commit details
    Browse the repository at this point in the history