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

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

// GitV2361Gl1 will enable use of Git v2.36.1.gl1.
var GitV2361Gl1 = NewFeatureFlag(
	"git_v2361gl1",
	"v15.0.0",
	"https://gitlab.com/gitlab-org/gitaly/-/issues/4194",
	false,
)