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

Recursive Submodule Update on Pull #1595

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

Conversation

Ereaey
Copy link

@Ereaey Ereaey commented Oct 26, 2023

Description:

This PR adjusts the RecurseSubmodules option in the pull method to ensure recursive updating of submodules. Previously, submodules weren't being recursively updated during a pull operation. With this change, submodules will also be updated up to a depth as defined by DefaultSubmoduleRecursionDepth, which is currently set to 10.

Changes:

  • Modified RecurseSubmodules to use git.DefaultSubmoduleRecursionDepth in the pull method.

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.

None yet

1 participant