summaryrefslogtreecommitdiff
path: root/app/views/projects/mirrors/_instructions.html.haml
diff options
context:
space:
mode:
authorAdam Hegyi <ahegyi@gitlab.com>2019-09-05 21:12:12 +0000
committerStan Hu <stanhu@gmail.com>2019-09-05 21:12:12 +0000
commit5979f9815c4d24bf506adf520f14ee838daafc8a (patch)
tree5e2a5ea8f7345ce729d209f4ef7a934005d35ab5 /app/views/projects/mirrors/_instructions.html.haml
parent71f7bd6b39a2dd9d41d429422561a6b6f4195dd6 (diff)
downloadgitlab-ce-5979f9815c4d24bf506adf520f14ee838daafc8a.tar.gz
Update text on project import and mirroring forms
Diffstat (limited to 'app/views/projects/mirrors/_instructions.html.haml')
-rw-r--r--app/views/projects/mirrors/_instructions.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/mirrors/_instructions.html.haml b/app/views/projects/mirrors/_instructions.html.haml
index 1a163cc4a54..7ff6c0a2019 100644
--- a/app/views/projects/mirrors/_instructions.html.haml
+++ b/app/views/projects/mirrors/_instructions.html.haml
@@ -3,6 +3,7 @@
%li
= _('The repository must be accessible over <code>http://</code>,
<code>https://</code>, <code>ssh://</code> or <code>git://</code>.').html_safe
+ %li= _('When using the <code>http://</code> or <code>https://</code> protocols, please provide the exact URL to the repository. HTTP redirects will not be followed.').html_safe
%li= _('Include the username in the URL if required: <code>https://username@gitlab.company.com/group/project.git</code>.').html_safe
%li
- minutes = Gitlab.config.gitlab_shell.git_timeout / 60