-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'fix/support-gitaly-commit-diff-flags' into 'master'
Add support for commit diff ignore_whitespace_change and paths flags Closes gitaly#198 See merge request !11028
No related branches found
No related tags found
Pipeline #
Showing
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 3 additions, 3 deletionsGemfile.lock
- app/models/commit.rb 8 additions, 7 deletionsapp/models/commit.rb
- lib/gitlab/gitaly_client/commit.rb 3 additions, 1 deletionlib/gitlab/gitaly_client/commit.rb
- spec/lib/gitlab/gitaly_client/commit_spec.rb 3 additions, 8 deletionsspec/lib/gitlab/gitaly_client/commit_spec.rb
- spec/models/commit_spec.rb 27 additions, 28 deletionsspec/models/commit_spec.rb
Loading
| Loading
| @@ -367,6 +367,6 @@ gem 'vmstat', '~> 2.3.0' |
gem 'sys-filesystem', '~> 1.1.6' | ||
# Gitaly GRPC client | ||
gem 'gitaly', '~> 0.5.0' | ||
gem 'gitaly', '~> 0.6.0' | ||
gem 'toml-rb', '~> 0.3.15', require: false |
Please register or sign in to comment