Commit 2f0a0761 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'feature/git-v2-flag' into 'master'

Add git_v2 flag to GitalyClient

See merge request gitlab-org/gitlab-ce!21520
parents abc2caaa c6c6de8a
---
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