Skip to content

Commit

Permalink
brew-log accept git log options & multiple brews
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyicui authored and adamv committed Oct 2, 2010
1 parent 6201af4 commit 69e263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/brew
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ begin
when 'log'
Dir.chdir HOMEBREW_REPOSITORY
args = ARGV.options_only
args.unshift ARGV.formulae.first.path unless ARGV.named.empty?
args += ARGV.formulae.map{ |formula| formula.path }
exec "git", "log", *args

# For each formula given, show which other formulas depend on it.
Expand Down

0 comments on commit 69e263c

Please sign in to comment.