diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 718643bf97ed..30e9b0043f87 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -360,7 +360,6 @@ def fetch end git_args = %w[git fetch origin] - git_args << '--depth' << '1' if support_depth? quiet_safe_system(*git_args) end end