summaryrefslogtreecommitdiff
path: root/changelogs/unreleased/24704-download-repository-path.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOG.md for 11.11.0GitLab Release Tools Bot2019-05-221-5/+0
| | | [ci skip]
* Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas2019-04-161-0/+5
| | | | This reverts commit 171818df0a72097aa1a804c8213666b3f66b0966.
* Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-pathPatrick Bajao2019-04-111-5/+0
| | | | | This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
* Download a folder from repositoryPatrick Bajao2019-04-021-0/+5
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.