Accept force option on commit via API
When `force` is set to `true` and `start_branch` is set, the branch will be ovewritten with the new commit based on the `HEAD` of the `start_branch`. This commit includes changes to update the `gitaly-proto` gem.
Showing
... | ... | @@ -421,7 +421,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 1.12.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 1.13.0', require: 'gitaly' | ||
gem 'grpc', '~> 1.15.0' | ||
... | ... |
Please register or sign in to comment