From b05a596d570c8e5686fbb45331da8f101179f49a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 20 Jun 2016 13:03:27 +0100 Subject: [PATCH] tap: --config unsupported on old Gits. --- Library/Homebrew/tap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index 62721985bf..9640c49486 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -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