Skip to content

Commit

Permalink
fix(git): Revert "fix(git): set submodule.recurse=true" (#26157)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Dec 6, 2023
1 parent 40a8350 commit ac151d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/util/git/index.ts
Expand Up @@ -350,7 +350,6 @@ export async function cloneSubmodules(shouldClone: boolean): Promise<void> {
}
submodulesInitizialized = true;
await syncGit();
await git.addConfig('submodule.recurse', 'true');
const submodules = await getSubmodules();
for (const submodule of submodules) {
try {
Expand Down

0 comments on commit ac151d6

Please sign in to comment.