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.
--depth 1
1 parent d35b76d commit 881aa02Copy full SHA for 881aa02
Build-Installer.ps1
@@ -313,7 +313,7 @@ function PrepareOfflineBranches {
313
git -C "$BundleDir" fetch
314
} else {
315
"Performing full clone."
316
- git clone --branch "$OfflineBranch" -q --single-branch --shallow-submodules --recursive https://github.com/espressif/esp-idf.git "$BundleDir"
+ git clone --branch "$OfflineBranch" --depth 1 -q --single-branch --shallow-submodules --recursive https://github.com/espressif/esp-idf.git "$BundleDir"
317
318
# Remove hidden attribute from .git. Inno Setup is not able to read it.
319
attrib "$BundleDir\.git" -s -h
0 commit comments