mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
tap: --config unsupported on old Gits.
This commit is contained in:
parent
f693774323
commit
b05a596d57
@ -215,7 +215,7 @@ class Tap
|
||||
clear_cache
|
||||
|
||||
ohai "Tapping #{name}" unless quiet
|
||||
args = %W[clone #{requested_remote} #{path} --config core.autocrlf=false]
|
||||
args = %W[clone #{requested_remote} #{path}]
|
||||
args << "--depth=1" unless full_clone
|
||||
args << "-q" if quiet
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user