Skip to content

Git: simplify submodule checks #10635

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

Merged
merged 2 commits into from
Aug 23, 2023
Merged

Git: simplify submodule checks #10635

merged 2 commits into from
Aug 23, 2023

Conversation

stsewd
Copy link
Member

@stsewd stsewd commented Aug 15, 2023

We are always querying for submodules,
even when the user explicitly listed the submodules to include.

We also have the option to include all submodules, instead of listing each one of them, we can just
omit them, git will automatically default to include all of them.

Ref #10594 (comment)

We are always querying for submodules,
even when the user explicitly listed the submodules to include.

We also have the option to include all submodules,
instead of listing each one of them, we can just
omit them, git will automatically default to include all of them.

Ref #10594 (comment)
@stsewd stsewd requested a review from a team as a code owner August 15, 2023 21:52
@stsewd stsewd requested a review from humitos August 15, 2023 21:52
@stsewd stsewd merged commit 0493d97 into main Aug 23, 2023
@stsewd stsewd deleted the simplify-submodule-checks branch August 23, 2023 00:59
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