diff options
| author | Mike McQuaid | 2018-01-14 18:17:06 +0000 |
|---|---|---|
| committer | GitHub | 2018-01-14 18:17:06 +0000 |
| commit | 253a41f52370a2625a0e2684f7afa85405cdc5d2 (patch) | |
| tree | 2bf09dd96b9a1a231892c13eb96a00c408e282a6 /Library/Homebrew/cmd/log.rb | |
| parent | fcec5ad3600dc39518557923d5b6e6402e22b89b (diff) | |
| parent | 228cbd81c9e5d88124d09b73e44bc7bceb40972d (diff) | |
| download | brew-253a41f52370a2625a0e2684f7afa85405cdc5d2.tar.bz2 | |
Merge pull request #3670 from MikeMcQuaid/gitconfig
Use Homebrew's gitconfig for various commands
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 |
