Commit c6c6de8a authored by James Lopez's avatar James Lopez Committed by Nick Thomas

Add git_v2 flag to GitalyClient

parent abc2caaa
---
title: Add git_v2 feature flag
merge_request: 21520
author:
type: added
......@@ -206,7 +206,7 @@ module Gitlab
result
end
SERVER_FEATURE_FLAGS = %w[gogit_findcommit].freeze
SERVER_FEATURE_FLAGS = %w[gogit_findcommit git_v2].freeze
def self.server_feature_flags
SERVER_FEATURE_FLAGS.map do |f|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment