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
path: root/doc
diff options
context:
space:
mode:
authorLee Matos <lee@gitlab.com>2017-10-05 14:26:21 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-10-05 14:26:21 +0300
commitcc35c642076f1c2581b166bca9e6803cba2c2e97 (patch)
tree4792966f335b4834853d0ca4dc1f4c11ab09eb5a /doc
parentd55216c092fc3d70fc413f74c2f5353fa45bd75a (diff)
Update github.md importer docs to clarify branches from forks get created in GL
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/import/github.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/project/import/github.md b/doc/user/project/import/github.md
index 016f98966e3..6423beefc77 100644
--- a/doc/user/project/import/github.md
+++ b/doc/user/project/import/github.md
@@ -42,6 +42,11 @@ The importer will create any new namespaces (groups) if they don't exist or in
the case the namespace is taken, the repository will be imported under the user's
namespace that started the import process.
+The importer will also import branches on forks of projects related to open pull
+requests. These branches will be imported with a naming scheume similar to
+GH-SHA-Username/Pull-Request-number/fork-name/branch. This may lead to a discrepency
+in branches compared to the GitHub Repository.
+
## Importing your GitHub repositories
The importer page is visible when you create a new project.