Download a folder from repository
Add `GetArchiveRequest` to git-archive params. Modifies `Git::Repository#archive_metadata` to append `path` to `ArchivePrefix` so it'll not hit the cache of repository archive when it already exists.
Showing
... | ... | @@ -419,7 +419,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 1.13.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 1.19.0', require: 'gitaly' | ||
gem 'grpc', '~> 1.15.0' | ||
... | ... |
Please register or sign in to comment