-
- Downloads
Use Gitlab::Git::DiffCollections
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/controllers/projects/commit_controller.rb 4 additions, 5 deletionsapp/controllers/projects/commit_controller.rb
- app/controllers/projects/compare_controller.rb 6 additions, 6 deletionsapp/controllers/projects/compare_controller.rb
- app/controllers/projects/merge_requests_controller.rb 3 additions, 1 deletionapp/controllers/projects/merge_requests_controller.rb
- app/helpers/diff_helper.rb 7 additions, 27 deletionsapp/helpers/diff_helper.rb
- app/models/commit.rb 9 additions, 7 deletionsapp/models/commit.rb
- app/models/merge_request.rb 6 additions, 3 deletionsapp/models/merge_request.rb
- app/models/merge_request_diff.rb 41 additions, 45 deletionsapp/models/merge_request_diff.rb
- app/models/note.rb 12 additions, 14 deletionsapp/models/note.rb
- app/services/compare_service.rb 5 additions, 7 deletionsapp/services/compare_service.rb
- app/services/merge_requests/build_service.rb 3 additions, 17 deletionsapp/services/merge_requests/build_service.rb
- app/views/projects/diffs/_diffs.html.haml 2 additions, 9 deletionsapp/views/projects/diffs/_diffs.html.haml
- app/views/projects/diffs/_text_file.html.haml 1 addition, 1 deletionapp/views/projects/diffs/_text_file.html.haml
- app/views/projects/diffs/_warning.html.haml 1 addition, 1 deletionapp/views/projects/diffs/_warning.html.haml
- app/views/projects/merge_requests/_new_compare.html.haml 12 additions, 17 deletionsapp/views/projects/merge_requests/_new_compare.html.haml
- app/views/projects/merge_requests/_new_submit.html.haml 3 additions, 7 deletionsapp/views/projects/merge_requests/_new_submit.html.haml
- app/views/projects/merge_requests/_show.html.haml 1 addition, 1 deletionapp/views/projects/merge_requests/_show.html.haml
- app/views/projects/merge_requests/show/_diffs.html.haml 1 addition, 1 deletionapp/views/projects/merge_requests/show/_diffs.html.haml
- app/views/search/results/_snippet_blob.html.haml 1 addition, 1 deletionapp/views/search/results/_snippet_blob.html.haml
Loading
| Loading
| @@ -50,7 +50,7 @@ gem "browser", '~> 1.0.0' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 8.2' | ||
gem "gitlab_git", '~> 9.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