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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-07-12 17:31:36 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-07-12 18:06:31 +0300
commit47c844bf34cff269c4c31c2327f1684f5265ebd4 (patch)
treea7d6bee1ac26708cfcbd095b8ac38279e38ce269 /lib/gitlab/git/popen.rb
parent571c4f5a4f1b9f6a21f3f3af462fac4c1ea5f42a (diff)
Add Gitaly notes and annotations to Gitlab::Git
Diffstat (limited to 'lib/gitlab/git/popen.rb')
-rw-r--r--lib/gitlab/git/popen.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/git/popen.rb b/lib/gitlab/git/popen.rb
index df9ca3ee5ac..25fa62ce4bd 100644
--- a/lib/gitlab/git/popen.rb
+++ b/lib/gitlab/git/popen.rb
@@ -1,3 +1,5 @@
+# Gitaly note: JV: no RPC's here.
+
require 'open3'
module Gitlab