-
- Downloads
Merge branch 'lazy-blobs' into 'master'
Lazy Git blobs To prevent madness like loading a 100MB file into Ruby's memory just to decide whether it is binary or text. See merge request !2663
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/controllers/projects/blob_controller.rb 2 additions, 0 deletionsapp/controllers/projects/blob_controller.rb
- app/models/ci/commit.rb 5 additions, 1 deletionapp/models/ci/commit.rb
- app/models/tree.rb 2 additions, 0 deletionsapp/models/tree.rb
- app/views/projects/blob/_text.html.haml 1 addition, 0 deletionsapp/views/projects/blob/_text.html.haml
- lib/api/files.rb 4 additions, 2 deletionslib/api/files.rb
- lib/gitlab/highlight.rb 1 addition, 0 deletionslib/gitlab/highlight.rb
Loading
| Loading
| @@ -49,7 +49,7 @@ gem "browser", '~> 1.0.0' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 7.2.23' | ||
gem "gitlab_git", '~> 8.0.0' | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
Loading
| Loading
|
Please register or sign in to comment