mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
Gitaly is a Git RPC service for handling all the git calls made by GitLab. WWW: https://gitlab.com/gitlab-org/gitaly ATTENTION: the port has currently just a subset of functions and is needed in order to provide the security update of www/gitlab to 9.0
10 lines
254 B
Ruby
10 lines
254 B
Ruby
--- ruby/lib/gitaly.rb.orig 2017-06-22 08:27:11 UTC
|
|
+++ ruby/lib/gitaly.rb
|
|
@@ -1,7 +1,6 @@
|
|
$:.unshift(File.expand_path('../gitaly', __FILE__))
|
|
|
|
require "gitaly/version"
|
|
-require "gitaly/gitaly_services_pb"
|
|
|
|
module Gitaly
|
|
# Your code goes here...
|