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

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

// MailmapOptions enables the use of mailmap feature in GitLab
var MailmapOptions = NewFeatureFlag(
	"mailmap_options",
	"v16.2.0",
	"https://gitlab.com/gitlab-org/gitaly/-/issues/5394",
	true,
)