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

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

// CatfileBatchCommand enables the `--batch-command` mode for git-cat-file(1).
var CatfileBatchCommand = NewFeatureFlag(
	"catfile_batch_command",
	"v16.2.0",
	"https://gitlab.com/gitlab-org/gitaly/-/issues/4573",
	false,
)