Skip to content

Commit 23e2be9

Browse files
committed
gitsync: remove SingleBranch: true
This sets up the remote's tracking in ways that are incompatible with the wildcard fetching we do later one. Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
1 parent 73351b7 commit 23e2be9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/gitsync/gitsync.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ func (s *Synchronizer) execute(ctx context.Context) (bool, string, error) {
189189
Auth: authMethod,
190190
RecurseSubmodules: git.DefaultSubmoduleRecursionDepth,
191191
ReferenceName: referenceName,
192-
SingleBranch: true,
193192
NoCheckout: true, // We will checkout later
194193
})
195194
if err != nil {

0 commit comments

Comments
 (0)