diff options
| author | Max Howell | 2010-03-10 13:00:41 +0000 |
|---|---|---|
| committer | Max Howell | 2010-03-10 13:00:41 +0000 |
| commit | 2988f1e15c5a4f78eec200715723f31f85ba2fb8 (patch) | |
| tree | 57551f702d32ca943e24d0e800518efb32fc9bcc | |
| parent | 557f500d11f2bc6c36288f938fddc22f52b27836 (diff) | |
| download | homebrew-2988f1e15c5a4f78eec200715723f31f85ba2fb8.tar.bz2 | |
Plain `brew log` shows the entire Homebrew git log
| -rwxr-xr-x | bin/brew | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |
