Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-10-26 15:33:10 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-10-28 08:42:16 +0300
commit19beefd248cd113b341470dca45bd8b57026251a (patch)
tree7d56d81ae3a92f2db479e07ae01fced19f0ea963 /ruby/proto
parent7067daa9a992682dddfecdb81c37413fbadb45f1 (diff)
ruby: Drop README for our Protobuf files
The README file located with our generated Ruby Protobuf code still provides information of the old times where Protobuf definitions were living in their own `gitaly-proto` repository. These times have long gone by, and I doubt anybody still tries to search for that repository. Remove the README. This also prepares for us dropping the generated Ruby code from our tree altogether.
Diffstat (limited to 'ruby/proto')
-rw-r--r--ruby/proto/README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/ruby/proto/README.md b/ruby/proto/README.md
deleted file mode 100644
index 1ab451fb4..000000000
--- a/ruby/proto/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Gitaly-proto ruby stubs
-
-We are moving gitaly-proto inside the Gitaly repository. These stubs are not yet in use. Please use the `gitaly-proto` gem from Rubygems instead of this.
-
-https://gitlab.com/gitlab-org/gitaly/issues/1761