Merge pull request #1995 from MikeMcQuaid/log-follow-renames
log: follow renames.
This commit is contained in:
commit
8a10a413a4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user