Skip to content

Conversation

wfchandler
Copy link

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.

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.
@carlosmn
Copy link
Member

Thanks. This would also need to be added to the list of supported options in the documentation for rb_git_tree_merge a bit further down the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants