We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba5ee6 commit f6003dfCopy full SHA for f6003df
src/git-auth-helper.ts
@@ -368,7 +368,7 @@ class GitAuthHelper {
368
await this.git.submoduleForeach(
369
// wrap the pipeline in quotes to make sure it's handled properly by submoduleForeach, rather than just the first part of the pipeline
370
`sh -c "git config --local --name-only --get-regexp '${pattern}' && git config --local --unset-all '${configKey}' || :"`,
371
- true
+ this.settings.nestedSubmodules
372
)
373
}
374
0 commit comments