This commit is contained in:
Kristján Oddsson 2025-05-27 16:43:54 +00:00
parent 0480411c6f
commit 7476f09672

View File

@ -591,7 +591,8 @@ class Tap
return unless remote
current_upstream_head = git_repository.origin_branch_name
return if current_upstream_head.present? && requested_remote.blank? && git_repository.origin_has_branch?(current_upstream_head)
return if current_upstream_head.present? && requested_remote.blank? &&
git_repository.origin_has_branch?(current_upstream_head)
args = %w[fetch]
args << "--quiet" if quiet