gitlab-org--gitlab-foss/changelogs/unreleased/24704-download-repository-path.yml
Patrick Bajao 6766a0a144 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.
2019-04-02 22:07:16 +08:00

5 lines
100 B
YAML

---
title: Download a folder from repository
merge_request: 26532
author: kiameisomabes
type: added