brew log should show complete Git log if no formulae are specified
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8e8875f8f4
commit
c3c27be583
2
bin/brew
2
bin/brew
@ -277,7 +277,7 @@ begin
|
||||
when 'log'
|
||||
Dir.chdir HOMEBREW_REPOSITORY
|
||||
args = ARGV.options_only
|
||||
args += ARGV.formulae.map{ |formula| formula.path }
|
||||
args += ARGV.formulae.map{ |formula| formula.path } unless ARGV.named.empty?
|
||||
exec "git", "log", *args
|
||||
|
||||
# For each formula given, show which other formulas depend on it.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user