Merge pull request #1995 from MikeMcQuaid/log-follow-renames

log: follow renames.
This commit is contained in:
Mike McQuaid 2017-02-13 08:34:12 +00:00 committed by GitHub
commit 8a10a413a4

View File

@ -26,7 +26,7 @@ module Homebrew
EOS
end
args = ARGV.options_only
args += ["--", path] unless path.nil?
args += ["--follow", "--", path] unless path.nil?
exec "git", "log", *args
end
end