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

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

const (
	// LinguistFileCountStats will invoke an additional git-linguist command to get the number of files per language
	LinguistFileCountStats = "linguist_file_count_stats"
)