Skip to content
Snippets Groups Projects

Fetch repositories with --quiet option by default

Merged username-removed-283999 requested to merge add-quiet-option-to-fetch-command into master
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -207,6 +207,7 @@ class GitlabProjects
cmd = %W(git --git-dir=#{full_path} fetch #{@name})
cmd << '--prune'
cmd << '--force' if forced
cmd << '--quiet'
cmd << tags_option
pid = Process.spawn(*cmd)
Loading