summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitrie@gitlab.com>2018-08-06 14:07:12 +0000
committerDimitrie Hoekstra <dimitrie@gitlab.com>2018-08-06 14:07:12 +0000
commit85740de09dfe4bd314e3abcf7b165bc4ea06495b (patch)
treee84de79ee5161b46a12e5dae19a47c0cc61a1cec
parent9d5d5d86482d7e349dad6f0269d35577928b3c1b (diff)
downloadgitlab-ce-85740de09dfe4bd314e3abcf7b165bc4ea06495b.tar.gz
Add in username help text
-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 bc422543c88..058c889781d 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> and <code>git://</code>.').html_safe
+ %li= _('Include the username in the URL if required: <code>https://username@gitlab.company.com/group/project.git</code>.').html_safe
%li= _('The update action will time out after 10 minutes. For big repositories, use a clone/push combination.')
%li= _('The Git LFS objects will <strong>not</strong> be synced.').html_safe
%li