Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ff_revlist_for_connectivity.go « featureflag « metadata « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09c667fb49af8c27c960f4a3cb984057945a62a0 (plain)
1
2
3
4
5
6
7
8
9
10
package featureflag

// RevlistForConnectivity causes the connectivity check when removing alternates
// files to use git-rev-list instead of git-fsck
var RevlistForConnectivity = NewFeatureFlag(
	"revlist_for_connectivity",
	"v15.5.0",
	"https://gitlab.com/gitlab-org/gitaly/-/issues/4489",
	false,
)