Make --prune a configurable parameter in fetching a git remote
By default, --prune is added to the command-line of a git fetch operation, but for a new clone, this prune step isn't necessary. This change allows for that but does not actually change current behavior.
Showing
... | @@ -426,7 +426,7 @@ group :ed25519 do | ... | @@ -426,7 +426,7 @@ group :ed25519 do |
end | end | ||
# Gitaly GRPC client | # Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.87.0', require: 'gitaly' | gem 'gitaly-proto', '~> 0.88.0', require: 'gitaly' | ||
# Explicitly lock grpc as we know 1.9 is bad | # Explicitly lock grpc as we know 1.9 is bad | ||
# 1.10 is still being tested. See gitlab-org/gitaly#1059 | # 1.10 is still being tested. See gitlab-org/gitaly#1059 | ||
gem 'grpc', '~> 1.8.3' | gem 'grpc', '~> 1.8.3' | ||
... | ... |
Please register or sign in to comment