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

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

// GitV242 enables the use of Git v2.42.
var GitV242 = NewFeatureFlag(
	"git_v242",
	"v16.4.0",
	"https://gitlab.com/gitlab-org/gitaly/-/issues/5539",
	true,
)