-
- Downloads
There was an error fetching the commit references. Please try again later.
Collapsed diffs lines/size don't accumulate to overflow diffs.
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/controllers/concerns/diff_for_path.rb 0 additions, 1 deletionapp/controllers/concerns/diff_for_path.rb
- app/helpers/diff_helper.rb 5 additions, 4 deletionsapp/helpers/diff_helper.rb
- app/views/projects/diffs/_content.html.haml 5 additions, 5 deletionsapp/views/projects/diffs/_content.html.haml
- app/views/projects/diffs/_diffs.html.haml 1 addition, 1 deletionapp/views/projects/diffs/_diffs.html.haml
- lib/gitlab/diff/file.rb 1 addition, 5 deletionslib/gitlab/diff/file.rb
- spec/features/expand_collapse_diffs_spec.rb 42 additions, 1 deletionspec/features/expand_collapse_diffs_spec.rb
- spec/helpers/diff_helper_spec.rb 21 additions, 2 deletionsspec/helpers/diff_helper_spec.rb
- spec/lib/gitlab/diff/file_spec.rb 14 additions, 0 deletionsspec/lib/gitlab/diff/file_spec.rb
- spec/support/test_env.rb 3 additions, 1 deletionspec/support/test_env.rb
Loading
| Loading
| @@ -52,7 +52,7 @@ gem 'browser', '~> 2.2' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem 'gitlab_git', '~> 10.2' | ||
gem 'gitlab_git', '~> 10.3.2' | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
Loading
| Loading
|
Please register or sign in to comment