From 228326374ef74b0f18392af2902b0d7014e2feab Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Wed, 18 Nov 2015 11:54:58 +0100 Subject: [PATCH] Be more inclusive of commits [ci skip] --- app/views/projects/mirrors/show.html.haml | 4 ++-- doc/workflow/repository_mirroring.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/projects/mirrors/show.html.haml b/app/views/projects/mirrors/show.html.haml index 5662580d91..6b3e07a6d4 100644 --- a/app/views/projects/mirrors/show.html.haml +++ b/app/views/projects/mirrors/show.html.haml @@ -8,7 +8,7 @@ Mirror Repository %p.light - Set up your project to automatically have its branches and tags updated from an upstream repository every hour. + Set up your project to automatically have its branches, tags, and commits updated from an upstream repository every hour. %hr.clearfix @@ -37,7 +37,7 @@ %strong Mirror repository .help-block - Automatically update this project's branches and tags from the upstream repository every hour. + Automatically update this project's branches, tags, and commits from the upstream repository every hour. .form-group = f.label :import_url, class: 'control-label' do diff --git a/doc/workflow/repository_mirroring.md b/doc/workflow/repository_mirroring.md index 078690c1ed..d93e8bb48e 100644 --- a/doc/workflow/repository_mirroring.md +++ b/doc/workflow/repository_mirroring.md @@ -1,9 +1,9 @@ # Repository Mirroring -You can set up a project to automatically have its branches and tags updated from an upstream repository. +You can set up a project to automatically have its branches, tags, and commits updated from an upstream repository. This is useful when a repository you're interested in is located on a different server, and you want to be able to browse its content and its activity using the familiar GitLab interface. -Mirror repositories are updated every hour, and all new branches, tags and commits will be visible in the project's activity feed. Users with at least developer access to the project can also force an immediate update. +Mirror repositories are updated every hour, and all new branches, tags, and commits will be visible in the project's activity feed. Users with at least developer access to the project can also force an immediate update. ![Project page](repository_mirroring/project_page.png)