diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-24 00:09:43 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-24 00:09:43 +0000 |
commit | 28b18e348cae42472a31e94217706795a4821762 (patch) | |
tree | 5a2f67353783da2d1b3a029d5c14ba5f46a23355 /doc/user/project/import/index.md | |
parent | 1949d08c1a3089e2189fe7ab610467f369793bf1 (diff) | |
download | gitlab-ce-28b18e348cae42472a31e94217706795a4821762.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/import/index.md')
-rw-r--r-- | doc/user/project/import/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/project/import/index.md b/doc/user/project/import/index.md index 86b671c8371..93a8b30aebc 100644 --- a/doc/user/project/import/index.md +++ b/doc/user/project/import/index.md @@ -30,6 +30,12 @@ repository is too large the import can timeout. There is also the option of [connecting your external repository to get CI/CD benefits](../../../ci/ci_cd_for_external_repos/index.md). **(PREMIUM)** +## LFS authentication + +When importing a project that contains LFS objects, if the project has an +`.lfsconfig` file with the user/password set on the URL, this authentication +information will take precedence over the import authentication data. + ## Migrating from self-managed GitLab to GitLab.com If you only need to migrate Git repos, you can [import each project by URL](repo_by_url.md). Issues and merge requests can't be imported. |