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

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

// GitV243 enables the use of Git version 2.43.
var GitV243 = NewFeatureFlag(
	"git_v243",
	"v16.7.0",
	"https://gitlab.com/gitlab-org/gitaly/-/issues/5739",
	false,
)