summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorPatrick Bajao <ebajao@gitlab.com>2019-03-25 16:20:49 +0800
committerPatrick Bajao <ebajao@gitlab.com>2019-04-02 22:07:16 +0800
commit6766a0a144bd07441b4593d25235924a14df0a91 (patch)
tree73deba69622e52ae41427cc56e6cd8e448e25612 /changelogs
parente028276d34571cd5128021ab5daf3088eb538be2 (diff)
downloadgitlab-ce-6766a0a144bd07441b4593d25235924a14df0a91.tar.gz
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.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/24704-download-repository-path.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/24704-download-repository-path.yml b/changelogs/unreleased/24704-download-repository-path.yml
new file mode 100644
index 00000000000..ff3082bec45
--- /dev/null
+++ b/changelogs/unreleased/24704-download-repository-path.yml
@@ -0,0 +1,5 @@
+---
+title: Download a folder from repository
+merge_request: 26532
+author: kiameisomabes
+type: added