Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
bfb3e1bf
Commit
bfb3e1bf
authored
15 years ago
by
Max Howell
Browse files
Options
Downloads
Patches
Plain Diff
brew log command
Shows the git-log for that formula.
parent
dc0e64dc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Library/Homebrew/ARGV+yeast.rb
+6
-2
6 additions, 2 deletions
Library/Homebrew/ARGV+yeast.rb
bin/brew
+6
-2
6 additions, 2 deletions
bin/brew
with
12 additions
and
4 deletions
Library/Homebrew/ARGV+yeast.rb
+
6
−
2
View file @
bfb3e1bf
...
...
@@ -89,14 +89,18 @@ Commands:
install formula ... [--debug|-d] [--interactive|-i] [--ignore-dependencies]
remove formula ...
search [regex]
list [formula] ...
list
[-v]
[formula] ...
link formula ...
unlink formula ...
home formula ...
info [formula] [--github]
create URL
prune
update
Commands useful when contributing:
log formula
create URL
To visit the Homebrew homepage type:
brew home
EOS
...
...
This diff is collapsed.
Click to expand it.
bin/brew
+
6
−
2
View file @
bfb3e1bf
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment