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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2019-08-10 19:38:26 +0300
committerJohn Cai <jcai@gitlab.com>2019-08-23 21:22:29 +0300
commit15227e633fa1b57d4b8eaa564614c2402b24adbe (patch)
treea906f5a741064f9bbd409455f4fe33c22552ebf6 /lib/feature
parentfc9ad598afac70bd6c8816f6ed9e8a59529598e5 (diff)
Adding gitaly feature flag for go implementation of get all lfs pointers
Diffstat (limited to 'lib/feature')
-rw-r--r--lib/feature/gitaly.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/feature/gitaly.rb b/lib/feature/gitaly.rb
index be397a478cd..656becbffd3 100644
--- a/lib/feature/gitaly.rb
+++ b/lib/feature/gitaly.rb
@@ -10,6 +10,7 @@ class Feature
get_commit_signatures
cache_invalidator
inforef_uploadpack_cache
+ get_all_lfs_pointers_go
].freeze
DEFAULT_ON_FLAGS = Set.new([]).freeze