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/attributes.rb
parent571c4f5a4f1b9f6a21f3f3af462fac4c1ea5f42a (diff)
Add Gitaly notes and annotations to Gitlab::Git
Diffstat (limited to 'lib/gitlab/git/attributes.rb')
-rw-r--r--lib/gitlab/git/attributes.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gitlab/git/attributes.rb b/lib/gitlab/git/attributes.rb
index 42140ecc993..2d20cd473a7 100644
--- a/lib/gitlab/git/attributes.rb
+++ b/lib/gitlab/git/attributes.rb
@@ -1,3 +1,8 @@
+# Gitaly note: JV: not sure what to make of this class. Why does it use
+# the full disk path of the repository to look up attributes This is
+# problematic in Gitaly, because Gitaly hides the full disk path to the
+# repository from gitlab-ce.
+
module Gitlab
module Git
# Class for parsing Git attribute files and extracting the attributes for