diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-26 17:15:12 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-26 17:15:12 +0200 |
commit | 243bf65124eff4a9968c123bd9ed21eb7bb79a24 (patch) | |
tree | ee4f2620c14b1c56bfe0af5932827a20ea186420 /doc/workflow | |
parent | ea503fbce95d7493f268dfc85a7eccfb7baf8804 (diff) | |
parent | 6c23fd389f5bd024e892876d593162e1a8995ad4 (diff) | |
download | gitlab-ce-243bf65124eff4a9968c123bd9ed21eb7bb79a24.tar.gz |
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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.
|