diff options
| author | Max Howell | 2009-09-24 19:19:57 +0100 |
|---|---|---|
| committer | Max Howell | 2009-09-24 21:09:46 +0100 |
| commit | bfb3e1bfe0e3a75a97536a8e2b178f0be4ca78a6 (patch) | |
| tree | 3274ca6f8b619ac083f96d1b394f6180b99b3466 /bin | |
| parent | dc0e64dc2273633b734ebac27f2b083df6a8a399 (diff) | |
| download | brew-bfb3e1bfe0e3a75a97536a8e2b178f0be4ca78a6.tar.bz2 | |
brew log command
Shows the git-log for that formula.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -203,8 +203,12 @@ begin ARGV.named.each {|name| info name} end - else - puts ARGV.usage + when 'log' + Dir.chdir HOMEBREW_PREFIX + exec "git", "log", ARGV.formulae.first.path, *ARGV.options + + else + puts ARGV.usage end rescue UsageError |
