Skip to content
Snippets Groups Projects

Copy LFS objects when a repository is pull mirrored

Merged Francisco Javier López requested to merge fj-10871-import-lfs-object-in-pull-mirror into master
All threads resolved!
6 files
+ 54
3
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -7,7 +7,7 @@
%li
- minutes = Gitlab.config.gitlab_shell.git_timeout / 60
= _("The update action will time out after %{number_of_minutes} minutes. For big repositories, use a clone/push combination.") % { number_of_minutes: minutes }
%li= _('The Git LFS objects will <strong>not</strong> be synced.').html_safe
%li= _('The Git LFS objects will <strong>not</strong> be synced in push mirrors.').html_safe
%li
= _('This user will be the author of all events in the activity feed that are the result of an update,
like new branches being created or new commits being pushed to existing branches.')
Loading