diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 718643bf9..30e9b0043 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -360,7 +360,6 @@ class GitDownloadStrategy < AbstractDownloadStrategy end git_args = %w[git fetch origin] - git_args << '--depth' << '1' if support_depth? quiet_safe_system(*git_args) end end |
