Add notice to gollum initializer

This commit is contained in:
Jacob Vosmaer 2017-12-04 12:13:06 +01:00
parent 7bdcd6f3a1
commit 77c62927a5
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