Skip to content

Commit 0f29b32

Browse files
committed
feat(git): clone hidden refs
1 parent 8cd2fdd commit 0f29b32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/sources/git/git.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,7 @@ func executeClone(ctx context.Context, params cloneParams) (*git.Repository, err
417417
}
418418

419419
gitArgs := []string{
420-
"clone",
421-
cloneURL.String(),
420+
"clone", cloneURL.String(),
422421
params.clonePath,
423422
"--quiet", // https://git-scm.com/docs/git-clone#Documentation/git-clone.txt-code--quietcode
424423
}

0 commit comments

Comments
 (0)