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
/
commands.rb
Age
Commit message (
Expand
)
Author
2017-11-05
Refactor command handling code
Mike McQuaid
2017-10-20
commands: tweak find_internal_commands.
Mike McQuaid
2017-10-18
commands: filter out dotfiles from output
Dominyk Tiller
2017-10-14
commands: pass explicit sort to handle APFS
Dominyk Tiller
2016-10-15
Convert `puts_columns` to `puts Formatter.columns`.
Markus Reiter
2016-10-02
Remove `private_class_method` from commands.
Markus Reiter
2016-10-02
Use `module_function` for commands.
Markus Reiter
2016-09-14
Merge pull request #903 from zmwangx/always-show-dev-commands
Zhiming Wang
2016-09-11
cmd/commands: fix Rubocop warnings.
Mike McQuaid
2016-09-09
cmd/commands: always show developer commands
Zhiming Wang
2016-09-08
commands: developer not development commands.
Mike McQuaid
2016-09-08
cmd/*: don't restrict dev-cmd to Homebrew developers.
Mike McQuaid
2016-04-10
Add all the top level comments
Max Nordlund
2016-01-20
commands: support .sh commands
Baptiste Fontaine
2015-10-26
commands: ensure internal commands are files
Xu Cheng
2015-10-15
commands: ensure external commands are executable
Martin Afanasjew
2015-09-21
commands: sort external commands by name
Martin Afanasjew
2015-09-12
commands: better output
Xu Cheng
2015-09-12
add dev-cmd folder
Xu Cheng
2015-08-06
favor flat_map over map...flatten
Xu Cheng
2015-08-03
Core files style updates.
BrewTestBot
2015-07-11
commands: support list all commands without header
Xu Cheng
2015-03-08
commands: move argument to fix warning.
Mike McQuaid
2014-06-19
Only "extend self" once on the Homebrew module
Jack Nagel
2013-09-17
move paths to utils
Adam Vandenberg
2013-09-17
brew commands
Adam Vandenberg