From 17f80a44e63d1fb0cbfc48dc602c62bbc01ad8fa Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Mon, 15 Jan 2018 07:30:56 +0000 Subject: Revert "Use Homebrew's gitconfig for various commands" --- Library/Homebrew/utils/git.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Library/Homebrew/utils') diff --git a/Library/Homebrew/utils/git.rb b/Library/Homebrew/utils/git.rb index c50979b1e..f1113af66 100644 --- a/Library/Homebrew/utils/git.rb +++ b/Library/Homebrew/utils/git.rb @@ -60,12 +60,6 @@ module Utils raise "Git is unavailable" unless git_available? end - def self.with_homebrew_gitconfig - with_env(HOME: HOMEBREW_LIBRARY/"Homebrew/gitconfig") do - yield if block_given? - end - end - def self.clear_git_available_cache @git = nil @git_path = nil -- cgit v1.2.3