tap: --config unsupported on old Gits.

This commit is contained in:
Mike McQuaid 2016-06-20 13:03:27 +01:00
parent f693774323
commit b05a596d57

View File

@ -215,7 +215,7 @@ class Tap
clear_cache clear_cache
ohai "Tapping #{name}" unless quiet 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 << "--depth=1" unless full_clone
args << "-q" if quiet args << "-q" if quiet