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

Merged
merged 1 commit into from
May 26, 2024

Conversation

Ereaey
Copy link
Contributor

@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.

@mawit
Copy link

mawit commented May 26, 2024

Will this be merged somewhere soon? As I need this in a project.

@fiftin fiftin merged commit 041c67d into semaphoreui:develop May 26, 2024
4 checks passed
@fiftin
Copy link
Collaborator

fiftin commented May 26, 2024

@mawit Cloud you describe how do you use Semaphore? It is important for project development. Please contact me by email fiftin@outlook.com.

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

3 participants