diff options
author | Job van der Voort <job@gitlab.com> | 2015-08-26 11:16:13 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2015-08-26 11:16:13 +0000 |
commit | 7bcce28df68efb7ca482cf0c54a3e97f2f397bb9 (patch) | |
tree | ea78d181bdbfe8b4b4990e20faa86eb538306597 /doc/workflow | |
parent | de9f348dfa43ebb1a1c10e8c25ebbbbdb8121be5 (diff) | |
parent | 10491b5438d1a41628bbb732f58329fb1b6270a3 (diff) | |
download | gitlab-ce-7bcce28df68efb7ca482cf0c54a3e97f2f397bb9.tar.gz |
Merge branch 'fix' into 'master'
Fixed text about HTTP
Fixed for text to be more clear. Because of tweet https://twitter.com/mystygage/status/630798770012323840
See merge request !1921
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.
|