index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cmd
/
log.rb
Age
Commit message (
Expand
)
Author
2018-01-15
Revert "Use Homebrew's gitconfig for various commands"
ilovezfs
2018-01-11
Use Homebrew's gitconfig for various commands
Mike McQuaid
2017-10-18
Use “squiggly” heredocs.
Markus Reiter
2017-03-20
cmd/log: improve output messaging.
Mike McQuaid
2017-02-12
log: follow renames.
Mike McQuaid
2016-10-02
Remove `private_class_method` from commands.
Markus Reiter
2016-10-02
Use `module_function` for commands.
Markus Reiter
2016-09-11
cmd/log: fix Rubocop warnings.
Mike McQuaid
2016-08-17
Fix minor issues in command help text formatting
Martin Afanasjew
2016-04-10
Add all the top level comments
Max Nordlund
2015-11-23
brew-log: warn if shallow clone
Baptiste Fontaine
2015-05-08
add Formulary::path method
Xu Cheng
2014-06-19
Only "extend self" once on the Homebrew module
Jack Nagel
2014-04-06
Remove now unnecessary realpath calls
Jack Nagel
2014-02-28
Use Formula.path
Jack Nagel
2013-05-23
Allow brew log on deleted formulae.
Adam Vandenberg
2012-08-05
`brew log` works with Tapped formula
Max Howell
2011-03-12
Fix 'brew log -p foo'.
Adam Vandenberg
2011-03-12
Fix `brew log foo`
Max Howell
2011-03-12
Refactor the brew command into one file per command
Max Howell