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:
authorMarin Jankovski <maxlazio@gmail.com>2015-11-20 18:10:08 +0300
committerMarin Jankovski <maxlazio@gmail.com>2015-11-20 18:10:08 +0300
commit899807f604f7923cc40a64cdd0f61c4248b8870d (patch)
tree629b2ddf8aecd17e3084ed05abdbb49bae97f34a /lib/gitlab/lfs
parent807c1a993d414e6c4fb2622d0ba641f0bde5634c (diff)
Update required version of lfs client and separate the docs for users and admins.
Diffstat (limited to 'lib/gitlab/lfs')
-rw-r--r--lib/gitlab/lfs/response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/lfs/response.rb b/lib/gitlab/lfs/response.rb
index aceef53ba60..c18dfbd485d 100644
--- a/lib/gitlab/lfs/response.rb
+++ b/lib/gitlab/lfs/response.rb
@@ -57,7 +57,7 @@ module Gitlab
501,
{ "Content-Type" => "application/json; charset=utf-8" },
[JSON.dump({
- 'message' => 'Server supports batch API only, please update your Git LFS client to version 0.6.0 and up.',
+ 'message' => 'Server supports batch API only, please update your Git LFS client to version 1.0.1 and up.',
'documentation_url' => "#{Gitlab.config.gitlab.url}/help",
})]
]