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

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

// UploadPackHideRefs causes git-upload-pack(1) to hide internal references.
var UploadPackHideRefs = NewFeatureFlag(
	"upload_pack_hide_refs",
	"v15.3.0",
	"https://gitlab.com/gitlab-org/gitaly/-/issues/4390",
	false,
)