diff options
Diffstat (limited to 'Library/Homebrew/cmd/log.rb')
| -rw-r--r-- | Library/Homebrew/cmd/log.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/cmd/log.rb b/Library/Homebrew/cmd/log.rb index 898e921ba..64e8a2e64 100644 --- a/Library/Homebrew/cmd/log.rb +++ b/Library/Homebrew/cmd/log.rb @@ -39,6 +39,6 @@ module Homebrew      end      args = ARGV.options_only      args += ["--follow", "--", path] unless path.nil? -    exec "git", "log", *args +    Utils.with_homebrew_gitconfig { exec "git", "log", *args }    end  end | 
