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
/
readall.rb
Age
Commit message (
Expand
)
Author
2018-02-01
docs: add more missing option descriptions
EricFromCanada
2017-10-26
Unhide readall and update-reset from manpage.
Mike McQuaid
2017-10-20
Merge pull request #3304 from richiethomas/refactor_uses
Mike McQuaid
2017-10-20
Remove memoization from uses.rb, as it doesn't result in the expected time co...
richiethomas
2017-10-18
Fix brew style warnings
richiethomas
2017-10-18
PR feedback- replace '#{HOMEBREW_LIBRARY}/Homebrew/**/*.rb' with '#{HOMEBREW_...
richiethomas
2017-10-18
Remove /cask/ from readall file filter
richiethomas
2017-10-18
readall: update documentation
Maxim Belkin
2017-10-12
In 'readall.rb', replaced multi-step 'each' loop with one-line method chain o...
Richie Thomas
2017-10-10
readall: allow readall-ing multiple taps at once
Maxim Belkin
2017-02-25
Update brew's man page formatting and grammar
EricFromCanada
2016-10-02
Use `module_function` for commands.
Markus Reiter
2016-09-17
rubocop --auto-correct all hash-rocket usage.
Mike McQuaid
2016-09-08
Add `--help` to all developer commands.
Mike McQuaid
2016-08-17
Prepare for Homebrew Cask to be imported.
Mike McQuaid
2016-08-05
various: eliminate the usage of `any?` (#638)
Xu Cheng
2016-07-09
tap: run readall when tapping. (#396)
Mike McQuaid
2016-04-22
readall: also check 'brew.rb' for issues
Martin Afanasjew
2016-04-22
readall: stop using no longer needed 'nostdout'
Martin Afanasjew
2016-04-22
readall: fail on Ruby syntax warnings
Martin Afanasjew
2016-04-02
various: Homebrew/core is the core tap
Xu Cheng
2016-03-07
rename CoreFormulaRepository to CoreTap
Xu Cheng
2015-12-19
move CoreFormulaRepository into separate file
Xu Cheng
2015-12-19
readall: use Tap object to locate alias directory
Xu Cheng
2015-12-19
readall: allow interrupt
Xu Cheng
2015-12-09
remove unnecessary tap_args
Xu Cheng
2015-09-30
cache taps
Xu Cheng
2015-09-06
readall: put nostdout in outter layer
Xu Cheng
2015-09-06
readall: add --aliases
Xu Cheng
2015-08-03
brew readall --syntax: skip vendor files
Xu Cheng
2015-08-01
enumerate all formulae by files rather than names
Xu Cheng
2015-07-22
readall: use RUBY_PATH
Dominyk Tiller
2015-06-14
add TapUnavailableError
Xu Cheng
2015-06-11
(un)tap/update/readall: use Tap class
Xu Cheng
2015-05-27
add Formula.core_names Formula.tap_names and Formula.full_names
Xu Cheng
2015-05-08
add Formulary::path method
Xu Cheng
2015-04-12
readall: use named to check if ARGV is empty.
Mike McQuaid
2015-03-20
test-bot: don't run readall on <=10.8.
Mike McQuaid
2015-03-08
cmd/readall: add --syntax to check for valid Ruby.
Mike McQuaid
2014-06-22
Move deprecated Formula class methods to compat
Jack Nagel
2014-06-15
readall: fix permissions
Adam Vandenberg
2014-06-15
Migrate readall
Adam Vandenberg