diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-08-29 11:49:14 -0700 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-08-29 11:49:14 -0700 |
commit | fe86c8dfbd81ef21d0d685105397f4bf6048b2f2 (patch) | |
tree | 106ff615898f09076cada653a8dfb5710ce593db /doc/workflow | |
parent | d92f428024b2878682bb23b6b03bc671636b5afe (diff) | |
parent | a429eb4d455cabde26c5cdf8a3b38e65966531dc (diff) | |
download | gitlab-ce-fe86c8dfbd81ef21d0d685105397f4bf6048b2f2.tar.gz |
Merge branch 'master' into joelkoglin/gitlab-ce-feature_fix_ldap_auth_issue_993
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/importing/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/workflow/importing/README.md b/doc/workflow/importing/README.md index cd98d1b9852..5cde90993d2 100644 --- a/doc/workflow/importing/README.md +++ b/doc/workflow/importing/README.md @@ -8,5 +8,5 @@ ### Note
* If you'd like to migrate from a self-hosted GitLab instance to GitLab.com, you can copy your repos by changing the remote and pushing to the new server; but issues and merge requests can't be imported.
-* Repositories are imported to GitLab via HTTP.
-If the repository is too large, it can timeout. We have a soft limit of 10GB.
+* You can import any Git repository via HTTP from the New Project page.
+If the repository is too large, it can timeout.
|