Skip to content
Snippets Groups Projects
Commit 2f0a0761 authored by Nick Thomas's avatar Nick Thomas
Browse files

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
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
---
title: Add git_v2 feature flag
merge_request: 21520
author:
type: added
Loading
Loading
@@ -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|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment