Merge branch 'gollum-initializer-warning' into 'master'

Add notice to Gollum initializer

See merge request gitlab-org/gitlab-ce!15713
This commit is contained in:
Rémy Coutable 2017-12-04 15:01:32 +00:00
commit f863808c53
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# WARNING changes in this file must be manually propagated to gitaly-ruby.
#
# https://gitlab.com/gitlab-org/gitaly/blob/master/ruby/lib/gitlab/gollum.rb
module Gollum
GIT_ADAPTER = "rugged".freeze
end