aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Collapse)Author
2014-05-28Extract history introspection from "versions" commandJack Nagel
2014-05-28versions: remove --compact optionJack Nagel
2014-05-28versions: don't recreate the relative path on each iterationJack Nagel
2014-05-28versions: use path attribute instead of reconstructing itJack Nagel
2014-05-28versions: drop redundant pathname creationJack Nagel
2014-05-28Fix brew-versions for taps with a Formula directoryJack Nagel
2014-05-27Make some constant strings into actual constantsJack Nagel
We only need one copy of each of these strings, not ~7500.
2014-05-26pluralize formulae in tap/untapAdam Vandenberg
Closes #28560.
2014-05-23Skip over "mirror" lines when inserting bottle blockJack Nagel
2014-05-21fix permisions on testsAdam Vandenberg
2014-05-21make `tests` an internal commandAdam Vandenberg
2014-05-20Remove obsolete textJack Nagel
2014-05-20Remove ENV variable that is no longer usedJack Nagel
2014-05-20Don't fetch the value just to throw it awayJack Nagel
2014-05-20Stop using superenv? method to dump ENVJack Nagel
2014-05-20Remove dead codeJack Nagel
2014-05-19Re-enable Xcode-only support on 10.9Jack Nagel
Closes #29377.
2014-05-19Remove deprecated --use-{gcc,llvm,clang}Jack Nagel
Closes #29380.
2014-05-18Less snarkJack Nagel
2014-05-18always use a top-level array for info JSONAdam Vandenberg
Closes #29318.
2014-05-17only clean logs if logs existAdam Vandenberg
Closes #29355.
2014-05-17Move brew-unpack to coreJack Nagel
2014-05-16add --installed to json infoAdam Vandenberg
Closes #29315.
2014-05-14cleanup: prune old build logsJack Nagel
Closes #29231.
2014-05-14Taps: cleanup regexps around TapsTsukasa OMOTO
Closes #29139. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-12Separate Xcode and CLT doctor checks by OS X versionJack Nagel
Closes #29206.
2014-05-11Add an option "--root_url=" to bottle command.Masaki Muranaka
Closes #29081. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-08bottle: include revision in commit message.Mike McQuaid
2014-05-06Add `brew deps --union`tduehr
The default behavior of `brew deps foo bar` is to return the intersection of the deps of foo and bar. This option returns the union. Closes #27480. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-04Drop emacs dep auditJack Nagel
cf. #24802.
2014-05-03The \w character class already includes underscoreJack Nagel
Newer versions of Ruby issue a warning for repeated character classes.
2014-05-02doctor: use Xcode.bundle_pathJack Nagel
2014-05-02Apparently quiet_system isn't always quietJack Nagel
cf. #28918.
2014-05-02doctor: suppress warnings from git wrapper scriptJack Nagel
Fixes #28901.
2014-05-01Remove bad doctor checkJack Nagel
2014-05-01Rename Xcode.folder to MacOS.active_developer_dirJack Nagel
This reflects what Apple calls it in more recent versions of Xcode/OS X.
2014-04-30outdated: allow forcing verbose outputAdam Vandenberg
Closes #27813.
2014-04-30--config -> configAdam Vandenberg
2014-04-27brew list --versions --multipleAdam Vandenberg
With --multiple, only list formulae with multiple versions installed.
2014-04-27run macports check after failed build instead of before every buildAndrew Potter
Closes #28717. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-27Respect tap directory layout when searchingJack Nagel
This matches the logic in find_formula.
2014-04-27Use canonical_name to canonicalize aliasesJack Nagel
2014-04-27Search results should always be sortedJack Nagel
2014-04-27Use Formulary.factory to find formula in tapsJack Nagel
2014-04-25Yield absolute paths from find_formulaJack Nagel
2014-04-25Pass around only absolute paths when dealing with tapsJack Nagel
2014-04-25Build relative paths using resolved_path and relative_path_fromJack Nagel
2014-04-25Less code in begin clauseJack Nagel
2014-04-25Extract some boilerplate into an each_tap methodJack Nagel
2014-04-24Don't use a regexp to match paths, just compare them for equalityJack Nagel