aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/readall.rb
AgeCommit message (Expand)Author
2018-02-01docs: add more missing option descriptionsEricFromCanada
2017-10-26Unhide readall and update-reset from manpage.Mike McQuaid
2017-10-20Merge pull request #3304 from richiethomas/refactor_usesMike McQuaid
2017-10-20Remove memoization from uses.rb, as it doesn't result in the expected time co...richiethomas
2017-10-18Fix brew style warningsrichiethomas
2017-10-18PR feedback- replace '#{HOMEBREW_LIBRARY}/Homebrew/**/*.rb' with '#{HOMEBREW_...richiethomas
2017-10-18Remove /cask/ from readall file filterrichiethomas
2017-10-18readall: update documentationMaxim Belkin
2017-10-12In 'readall.rb', replaced multi-step 'each' loop with one-line method chain o...Richie Thomas
2017-10-10readall: allow readall-ing multiple taps at onceMaxim Belkin
2017-02-25Update brew's man page formatting and grammarEricFromCanada
2016-10-02Use `module_function` for commands.Markus Reiter
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-08Add `--help` to all developer commands.Mike McQuaid
2016-08-17Prepare for Homebrew Cask to be imported.Mike McQuaid
2016-08-05various: eliminate the usage of `any?` (#638)Xu Cheng
2016-07-09tap: run readall when tapping. (#396)Mike McQuaid
2016-04-22readall: also check 'brew.rb' for issuesMartin Afanasjew
2016-04-22readall: stop using no longer needed 'nostdout'Martin Afanasjew
2016-04-22readall: fail on Ruby syntax warningsMartin Afanasjew
2016-04-02various: Homebrew/core is the core tapXu Cheng
2016-03-07rename CoreFormulaRepository to CoreTapXu Cheng
2015-12-19move CoreFormulaRepository into separate fileXu Cheng
2015-12-19readall: use Tap object to locate alias directoryXu Cheng
2015-12-19readall: allow interruptXu Cheng
2015-12-09remove unnecessary tap_argsXu Cheng
2015-09-30cache tapsXu Cheng
2015-09-06readall: put nostdout in outter layerXu Cheng
2015-09-06readall: add --aliasesXu Cheng
2015-08-03brew readall --syntax: skip vendor filesXu Cheng
2015-08-01enumerate all formulae by files rather than namesXu Cheng
2015-07-22readall: use RUBY_PATHDominyk Tiller
2015-06-14add TapUnavailableErrorXu Cheng
2015-06-11(un)tap/update/readall: use Tap classXu Cheng
2015-05-27add Formula.core_names Formula.tap_names and Formula.full_namesXu Cheng
2015-05-08add Formulary::path methodXu Cheng
2015-04-12readall: use named to check if ARGV is empty.Mike McQuaid
2015-03-20test-bot: don't run readall on <=10.8.Mike McQuaid
2015-03-08cmd/readall: add --syntax to check for valid Ruby.Mike McQuaid
2014-06-22Move deprecated Formula class methods to compatJack Nagel
2014-06-15readall: fix permissionsAdam Vandenberg
2014-06-15Migrate readallAdam Vandenberg