Documentation ¶
Index ¶
Constants ¶
View Source
const ( // UploadPackFilter enables partial clones by sending uploadpack.allowFilter and uploadpack.allowAnySHA1InWant // to upload-pack UploadPackFilter = "upload_pack_filter" // GetAllLFSPointersGo will cause the GetAllLFSPointers RPC to use the go implementation when set GetAllLFSPointersGo = "get_all_lfs_pointers_go" // GetTagMessagesGo will cause the GetTagMessages RPC to use the go implementation when set GetTagMessagesGo = "get_tag_messages_go" // LinguistFileCountStats will invoke an additional git-linguist command to get the number of files per language LinguistFileCountStats = "linguist_file_count_stats" )
Variables ¶
This section is empty.
Functions ¶
func ContextWithFeatureFlag ¶ added in v1.67.0
ContextWithFeatureFlag is used in tests to enablea a feature flag in the context metadata
func IsDisabled ¶
IsDisabled is the inverse operation of IsEnabled
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.