summaryrefslogtreecommitdiff
path: root/lib/api/repositories.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/repositories.rb')
-rw-r--r--lib/api/repositories.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/api/repositories.rb b/lib/api/repositories.rb
index d7c48639eba..0f4cd2443b0 100644
--- a/lib/api/repositories.rb
+++ b/lib/api/repositories.rb
@@ -57,7 +57,8 @@ module API
not_found! "File" unless blob
content_type 'text/plain'
- present blob.data
+ header 'Gitlab-Workhorse-Repo-Path', repo.path_to_repo
+ header 'Gitlab-Workhorse-Send-Blob', blob.id
end
# Get a raw blob contents by blob sha
@@ -83,7 +84,8 @@ module API
env['api.format'] = :txt
content_type blob.mime_type
- present blob.data
+ header 'Gitlab-Workhorse-Repo-Path', repo.path_to_repo
+ header 'Gitlab-Workhorse-Send-Blob', blob.id
end
# Get a an archive of the repository