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
|
EOS
|
||||||
end
|
end
|
||||||
args = ARGV.options_only
|
args = ARGV.options_only
|
||||||
args += ["--", path] unless path.nil?
|
args += ["--follow", "--", path] unless path.nil?
|
||||||
exec "git", "log", *args
|
exec "git", "log", *args
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user