diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-23 14:47:35 +0000 | 
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-23 14:47:35 +0000 | 
| commit | f84fb819701ab052e2192a24f1aff9fc7bc61b8b (patch) | |
| tree | 42af5d93f4148c352d5afa8dbddbe27721892f6b /lib | |
| parent | 091b879ce0694eceea8f0fd824203ea210d67ab6 (diff) | |
| parent | 7ac112d8e814a8e3bb08e24f5af0d8828e38d4e9 (diff) | |
| download | gitlab-ce-f84fb819701ab052e2192a24f1aff9fc7bc61b8b.tar.gz | |
Merge branch 'required_version_and_docs_update' into 'master'
Update required version of lfs client and separate the docs for users and admins.
See merge request !1855
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gitlab/lfs/response.rb | 2 | 
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",            })]          ] | 
