Plain brew log shows the entire Homebrew git log
This commit is contained in:
parent
c29219e27c
commit
de08865203
4
bin/brew
4
bin/brew
@ -278,7 +278,9 @@ begin
|
||||
|
||||
when 'log'
|
||||
Dir.chdir HOMEBREW_REPOSITORY
|
||||
exec "git", "log", ARGV.formulae.first.path, *ARGV.options
|
||||
args = ARGV.options
|
||||
args.unshift ARGV.formulae.first.path unless ARGV.named.empty?
|
||||
exec "git", "log", *args
|
||||
|
||||
when 'uses'
|
||||
# For each formula given, show which other formulas depend on it.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user