aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Expand)Author
2012-03-09Remove unnecessary hyphenJack Nagel
2012-03-10Remove bad exit status; need to fix another way.Mike McQuaid
2012-03-09Don't cleanup the wrong thingsMax Howell
2012-03-09Add better Unix exit codes.Mike McQuaid
2012-03-07Don't attempt to cleanup source checkoutsMax Howell
2012-03-07Suggest full path to Xcode 4.3 /DeveloperMax Howell
2012-03-07Allow dependencies to still installMax Howell
2012-03-07Don't allow `sudo brew upgrade` if not sensibleMax Howell
2012-03-07Don't abort upgrade if one formula won't buildMax Howell
2012-03-07Stop supporting `brew install --force'Max Howell
2012-03-06`brew cleanup` cleans up the download-cacheMax Howell
2012-03-06The doctor checks if you need to `brew update`Max Howell
2012-03-06'brew doctor' provides bad example commandJonathan Hitchcock
2012-03-06Don't require formula files for `brew rm --force`Max Howell
2012-03-06Doctor check for `python` is Python-3Max Howell
2012-03-04Don't allow `brew link` to be run as sudoMax Howell
2012-03-02update: disable git line ending conversionJack Nagel
2012-03-01doctor: make `git status` check sanerJack Nagel
2012-03-01doctor: s/folder/directory/Jack Nagel
2012-03-01audit: check for gfotran in Formula#deps insteadJack Nagel
2012-03-01Don't duplicate missing deps in `brew doctor`Jack Nagel
2012-03-02Clearer brew doctor output for brew missingMax Howell
2012-03-02Specify current Xcode to aid issue-diagnosisMax Howell
2012-03-02Scupper sourceable output if brew install is pipedMax Howell
2012-03-01Fix xcode check variable name.Giovanni Bajo
2012-03-01Fix typo: '/Application' -> '/Applications'Rob Olson
2012-03-01Don't warn about missing Xcode twiceMax Howell
2012-03-01Fix /usr/bin:/usr/local/bin PATH order checkMax Howell
2012-03-01The doctor suggests upgrading XcodeMax Howell
2012-03-01Faster and more legible `brew doctor`Max Howell
2012-03-01Piped `brew --env` outputs in a sourceable formatMax Howell
2012-03-01Assist more in the template from `brew create`Max Howell
2012-03-01Show doctor error if xcode-select path is invalidMax Howell
2012-02-29Some additional aid for `brew create`Max Howell
2012-02-29Play nice with case-sensitive filesystemsMax Howell
2012-02-28Revert "Writability for /usr/local is no longer required"Max Howell
2012-02-28audit: automake, autoconf, and libtool are build-time depsJack Nagel
2012-02-27Show real path to x11 in --config outputJack Nagel
2012-02-27Autoconf, Automake and LibtoolMax Howell
2012-02-24Replace UI uses of 'folder' with 'directory'Jack Nagel
2012-02-21audit: flag imake as a build depAdam Vandenberg
2012-02-21Fixes Homebrew/homebrew#10369; Doctor output is unreadable.Max Howell
2012-02-21Warn, don't advertise with a status headerMax Howell
2012-02-21Move this code into FormulaInstallerMax Howell
2012-02-21Don't hang if xcode-select -print-path is "/"Max Howell
2012-02-20upgrade: unlink relative to the correct kegJack Nagel
2012-02-20Be more verbose for the /usr/bin /usr/local/bin PATH doctorMax Howell
2012-02-19brew --env: fix path to xcrunJack Nagel
2012-02-19don't quit if already installedAdam Vandenberg
2012-02-18test: returning false indicates failureJack Nagel