Skip to content

Commit

Permalink
Enable shallow clone by default
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
  • Loading branch information
Paulo Gomes committed Dec 6, 2022
1 parent e846e29 commit ebabb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ var features = map[string]bool{
ForceGoGitImplementation: true,

// GitShallowClone
// opt-in from v0.28
GitShallowClone: false,
// opt-out from v0.28
GitShallowClone: true,
}

// DefaultFeatureGates contains a list of all supported feature gates and
Expand Down

0 comments on commit ebabb47

Please sign in to comment.