aboutsummaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2010-04-06Move brew doctor to its own source file; will get bigger.Adam Vandenberg
2010-04-06`brew doctor`Max Howell
2010-04-03Update dump_build_envAdam Vandenberg
2010-04-01Add PKG_CONFIG_PATH to env dump, since brew modifies it.Adam Vandenberg
2010-03-17Add --use-llvm flag to build environment output.Adam Vandenberg
2010-03-16Move recommended compiler versions into constants.Adam Vandenberg
2010-03-16Add GCC 4.0 info to --config output.Robert Shaw
2010-03-14Add HOMEBREW_USE_LLVM to ENV vars shown for build errors.Adam Vandenberg
2010-03-11Add a snapshot of ENV to BuildError and show some flags with the stack trace.Adam Vandenberg
2010-03-10Plain `brew log` shows the entire Homebrew git logMax Howell
2010-03-03Move --cache command down near --prefix and use AGRV.formulae.Adam Vandenberg
2010-03-03Add support for `brew --prefix [formula ...]`.Martin Kuehl
2010-02-27Add 'rebase' to accidental git commands.Adam Vandenberg
2010-02-27`brew outdated` works if there is eg. Cellar/.DS_StoreMax Howell
2010-02-27brew outdatedMax Howell
2010-02-24brew --cache [formula]Adam Vandenberg
2010-02-18Add `brew --cellar` command.Adam Vandenberg
2010-02-16Fix `brew cleanup`: less pruningMartin Kuehl
2010-02-11Don't abort cleanup if formulae are missingAndre Arko
2010-01-18Only try to cleanup directoriesMax Howell
2010-01-18Use Ruby rather than external commandsMax Howell
2010-01-18Add cleanup commandJoshua Peek
2010-01-16Some bulletproofing for bash completion script.Adam Vandenberg
2010-01-16Fixes Homebrew/homebrew#168 - don't show multiple copies of the same dep.Adam Vandenberg
2010-01-16Add recommended GCC & LLVM versions to --config.Adam Vandenberg
2010-01-13Print quotes around executed arguments with spacesMax Howell
2010-01-11Detect X11 when ENV.x11 is requested; dump in --config.Adam Vandenberg
2010-01-06Check GitHub for issues relating to build failuresMax Howell
2009-12-30If Xcode isn't installed, raiseMax Howell
2009-12-22brew: add 'cat' commandAlexander Solovyov
2009-12-12Another git command.Adam Vandenberg
2009-12-12Some small style reformatsAdam Vandenberg
2009-12-12Unlink before uninstallingMax Howell
2009-12-07Brew update will git init if requiredMax Howell
2009-12-05Prompt user to use pip for Hg and BzrMax Howell
2009-12-04Puts URL for failed build lineMax Howell
2009-12-02cd HOMEBREW_REPOSITORY before trying to git info itMax Howell
2009-12-02Show exit status properlyMax Howell
2009-12-02We don't need the whole backtrace for BuildErrorsMax Howell
2009-12-01We can't rely on the $: orderMax Howell
2009-12-01`brew --config` output improved if no GCCMax Howell
2009-11-19Add command 'brew info --all'.Adam Vandenberg
2009-11-19New command 'brew deps [formula]'Adam Vandenberg
2009-11-19Add alias support to formulaeAdam Vandenberg
2009-11-19Add brew command 'uses'Adam Vandenberg
2009-11-19Add extra message for unknown commands that are git commands.Adam Vandenberg
2009-11-19Also allow 'brew help'.Adam Vandenberg
2009-11-19Fix when 'edit' if/else indentationAdam Vandenberg
2009-11-19Move some helper functions into HardwareAdam Vandenberg
2009-11-12More tweaking of main exception handler outputMax Howell