format
This commit is contained in:
parent
0480411c6f
commit
7476f09672
@ -591,7 +591,8 @@ class Tap
|
|||||||
return unless remote
|
return unless remote
|
||||||
|
|
||||||
current_upstream_head = git_repository.origin_branch_name
|
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 = %w[fetch]
|
||||||
args << "--quiet" if quiet
|
args << "--quiet" if quiet
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user