debian-mirror-gitlab/config/initializers/gollum.rb
2016-06-02 11:05:42 +05:30

14 lines
208 B
Ruby

module Gollum
GIT_ADAPTER = "rugged"
end
require "gollum-lib"
module Gollum
class Committer
# Patch for UTF-8 path
def method_missing(name, *args)
index.send(name, *args)
end
end
end