Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-08-16 18:56:00 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-08-16 18:56:00 +0300
commit1e2918eb107f8c94cd0f53e3d3eb9e6102d92700 (patch)
treea693e8fcc869aec02208e4894f7d18260fdd449a
parent82b3d16ccde8a12db2719419d6843ca1c76a9bb5 (diff)
Add when manifest feature was introduced
-rw-r--r--doc/user/project/import/manifest.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/project/import/manifest.md b/doc/user/project/import/manifest.md
index 296e30aa0c3..24bf6541a9d 100644
--- a/doc/user/project/import/manifest.md
+++ b/doc/user/project/import/manifest.md
@@ -1,5 +1,8 @@
# Import multiple repositories by uploading a manifest file
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/28811) in
+GitLab 11.2.
+
GitLab allows you to import all the required Git repositories
based on a manifest file like the one used by the
[Android repository](https://android.googlesource.com/platform/manifest/+/2d6f081a3b05d8ef7a2b1b52b0d536b2b74feab4/default.xml).