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

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

// GitTrace2 enables TRACE2 on git calls
var GitTrace2 = NewFeatureFlag(
	"git_trace2",
	"v15.5",
	"https://gitlab.com/gitlab-org/gitaly/-/issues/TODO",
	false,
)