We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a0f77 commit 5367c5eCopy full SHA for 5367c5e
tests/utils/git-clone.ts
@@ -45,7 +45,7 @@ export async function cloneRepo(options: CloneOptions): Promise<void> {
45
46
const cloneArgs: string[] = [];
47
if (branch) {
48
- cloneArgs.push("--branch", branch);
+ cloneArgs.push("--branch", branch, "--single-branch");
49
}
50
if (depth) {
51
cloneArgs.push("--depth", String(depth));
0 commit comments