brew log command
Shows the git-log for that formula.
This commit is contained in:
parent
dc0e64dc22
commit
bfb3e1bfe0
@ -89,14 +89,18 @@ Commands:
|
|||||||
install formula ... [--debug|-d] [--interactive|-i] [--ignore-dependencies]
|
install formula ... [--debug|-d] [--interactive|-i] [--ignore-dependencies]
|
||||||
remove formula ...
|
remove formula ...
|
||||||
search [regex]
|
search [regex]
|
||||||
list [formula] ...
|
list [-v] [formula] ...
|
||||||
link formula ...
|
link formula ...
|
||||||
|
unlink formula ...
|
||||||
home formula ...
|
home formula ...
|
||||||
info [formula] [--github]
|
info [formula] [--github]
|
||||||
create URL
|
|
||||||
prune
|
prune
|
||||||
update
|
update
|
||||||
|
|
||||||
|
Commands useful when contributing:
|
||||||
|
log formula
|
||||||
|
create URL
|
||||||
|
|
||||||
To visit the Homebrew homepage type:
|
To visit the Homebrew homepage type:
|
||||||
brew home
|
brew home
|
||||||
EOS
|
EOS
|
||||||
|
|||||||
8
bin/brew
8
bin/brew
@ -203,8 +203,12 @@ begin
|
|||||||
ARGV.named.each {|name| info name}
|
ARGV.named.each {|name| info name}
|
||||||
end
|
end
|
||||||
|
|
||||||
else
|
when 'log'
|
||||||
puts ARGV.usage
|
Dir.chdir HOMEBREW_PREFIX
|
||||||
|
exec "git", "log", ARGV.formulae.first.path, *ARGV.options
|
||||||
|
|
||||||
|
else
|
||||||
|
puts ARGV.usage
|
||||||
end
|
end
|
||||||
|
|
||||||
rescue UsageError
|
rescue UsageError
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user