summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2018-11-07 12:40:07 -0800
committerMichael Kozono <mkozono@gmail.com>2018-11-07 12:40:07 -0800
commit36c693575bb4f21fc01dc49add68505e80643b86 (patch)
treeb71b83f01c97c556e32b7ca1bacc6c940cc97935
parentd65f9cdbaa7607c009e8dddee15e4685a789ed30 (diff)
downloadgitlab-ce-36c693575bb4f21fc01dc49add68505e80643b86.tar.gz
Add an example of the stored project path
-rw-r--r--doc/raketasks/import.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/raketasks/import.md b/doc/raketasks/import.md
index a1a6cfcce7f..dc7435e76d1 100644
--- a/doc/raketasks/import.md
+++ b/doc/raketasks/import.md
@@ -95,8 +95,15 @@ Importing bare repositories from hashed storage is unsupported.
#### v10.4 and later
In order to support this, we began storing the full GitLab project path with
-each repository. However, existing repositories were not migrated to include
-this path.
+each repository, in a special section of the git repository's config file. This
+section is formatted as follows:
+
+```
+[gitlab]
+ fullpath = gitlab-org/gitlab-ce
+```
+
+However, existing repositories were not migrated to include this path.
The following are importable as bare repositories: