| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-30 | docs: fix typo for brew missing | Alyssa Ross | |
| 2016-10-25 | missing: document --hide | Alyssa Ross | |
| 2016-10-25 | ARGV: extract #values from missing | Alyssa Ross | |
| 2016-10-25 | missing: call Formula#missing_dependencies directly | Alyssa Ross | |
| 2016-10-25 | missing: allow hiding specified formulae | ilovezfs | |
| 2016-10-22 | Update Rubocop style. | Mike McQuaid | |
| Another look at the current Rubocop rules and how they fit with our existing and desired future style. Almost all of these changes were automatic. Split some rules between formulae/brew where brew doesn't have millions of cases that need fixed. | |||
| 2016-10-02 | Use `module_function` for commands. | Markus Reiter | |
| 2016-09-11 | cmd/missing: fix Rubocop warnings. | Mike McQuaid | |
| 2016-08-17 | Fix minor issues in command help text formatting | Martin Afanasjew | |
| - Inconsistent or unneeded indentation - Missing or superfluous empty lines - Missing or wrongly formatted arguments in command summary - Missing punctuation | |||
| 2016-04-10 | Add all the top level comments | Max Nordlund | |
| 2016-01-05 | doctor: move code away from cmd/ | Baptiste Fontaine | |
| Closes Homebrew/homebrew#47665. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-11-29 | missing: use installed_prefixes | Xu Cheng | |
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-05-29 | missing: use Formula#full_name | Xu Cheng | |
| 2015-05-27 | missing: use ARGV.resolved_formulae | Xu Cheng | |
| 2014-10-09 | Tab#with? accepts the same types as BuildOptions#with? | Jack Nagel | |
| 2014-06-19 | Only "extend self" once on the Homebrew module | Jack Nagel | |
| 2013-01-26 | missing: ignore unused optional and recommended deps | Jack Nagel | |
| 2012-08-18 | Refactor `brew missing` | Jack Nagel | |
| The heuristic for determining whether something is installed changes from "f.installed?" to "f.rack.exist? and f.rack.subdirs.length > 0" in order to properly consider outdated formulae. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-06-12 | Fix doctor's use of missing. | Adam Vandenberg | |
| `brew doctor` shelled to `brew missing` and parsed the results. When VERBOSE was true, this caused an error as extra, unexpected output is generated. Make missing an internal command, and give it a programmatic interface. | |||
