in lib/rugged_adapter/git_layer_rugged.rb [553:557]
def self.init(path) Rugged::Repository.init_at(path, false) self.new(path, :is_bare => false) end