| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-07-29 | audit: make version checks strict only | Adam Vandenberg | |
| 2011-07-29 | Emphasise the consequence of not installing to /usr/local | Max Howell | |
| 2011-07-29 | Writability for /usr/local is no longer required | Max Howell | |
| Provided the user installed with our installer anyway. It creates all the directories that Homebrew will need during its life thus negating the need for root writability. | |||
| 2011-07-29 | Make the check for a valid git repo better | Max Howell | |
| Because the new installer creates the .git directory when it installs. | |||
| 2011-07-29 | Don't mention the sbin PATH issue unless files are there | Max Howell | |
| Because the new installer will always create /usr/local/sbin. Because we must keep /usr/local root:wheel unless we want to be considered bad citizens. | |||
| 2011-07-28 | check for a valid $TMPDIR path in brew doctor | risk | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-07-26 | Fix brew doctor when no Xcode is detected. | Adam Vandenberg | |
| 2011-07-25 | doctor: be more forgiving about GREP_OPTIONS | Jack Nagel | |
| Currently, `brew doctor` complains about GREP_OPTIONS being set, regardless of its value. The cmake formula, for which this check was introduced, is more specific about what actually makes it fail. GREP_OPTIONS='--color=auto' will not cause the build to fail, so don't warn about this. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-07-22 | Fix typo in `brew doctor` command | Brant Bobby | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-07-21 | Retire check for GCC 4.0 under XCode 4.x | Charlie Sharpsteen | |
| XCode 4.x only includes GCC 4.2. Therefore, having `brew doctor` report that GCC 4.0 is missing only spreads fear, uncertainty and doubt over a situation that is status quo. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-07-10 | doctor: don't report wrong location of autoconf if it's missing | Mislav Marohnić | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-06-19 | brew-doctor: use String.start_with? | Adam Vandenberg | |
| 2011-06-19 | doctor: check /usr/local for writablity | Les Hill | |
| - Airfoil during the install of InstantOn changes /usr/local to root:wheel ownership Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-06-17 | Don’t output "nothing" messages | Max Howell | |
| This is how we do it in general in Homebrew. | |||
| 2011-06-16 | Inclue HOMEBREW_USE_CLANG in --env output | Adam Vandenberg | |
| 2011-06-16 | Add clang compiler option | José Martínez | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-06-16 | be more ruby-like | Adam Vandenberg | |
| 2011-06-16 | audit: check for redundant 'version' | Adam Vandenberg | |
| 2011-06-16 | Fix brew-info when on branch master and github.user set | Jack Nagel | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-06-15 | deps: document -n switch | Adam Vandenberg | |
| 2011-06-15 | Don’t error out if the Cellar doesn’t yet exist | Max Howell | |
| 2011-06-15 | Fix first `brew update` with Git 1.7.4+; Fixes Homebrew/homebrew#5128 | Max Howell | |
| Behaviour for git checkout was changed such that the update would fail because it refused to checkout files on to existing files in the working directory. This was bad behaviour anyway, we should make efforts to keep any local modifications to the Homebrew checkout. Everything is neatly resolved if we just do a --soft reset. Closes Homebrew/homebrew#6017. | |||
| 2011-06-14 | refactor `update` command to use git diff instead of parsing `pull` output | Mislav Marohnić | |
| This fixes reporting of which formulae changed in git versions where `pull` output is not compatible. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-06-13 | brew audit: check for git://github.com/ urls and warn | Adam Vandenberg | |
| 2011-06-07 | brew-doctor: do not complain about trailing slashes | Adam Vandenberg | |
| 2011-06-06 | Reformat minimum Xcode check | Adam Vandenberg | |
| 2011-06-06 | brew audit: also check for spaces in Amazon formulae | Adam Vandenberg | |
| 2011-06-03 | the `doctor` command exits with status "1" if there are warnings | Mislav Marohnić | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-06-03 | simplify the $stdout hijack in `doctor` command | Mislav Marohnić | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-06-03 | fix `doctor` command in case Cellar dir doesn't yet exist | Mislav Marohnić | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-06-02 | brew-doctor: only check sbin if it exists | Adam Vandenberg | |
| 2011-05-31 | brew-audit: do not abort after first brew with errors | Adam Vandenberg | |
| 2011-05-27 | audit exits with status 1 if there are problems | Jack Nagel | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-05-26 | brew doctor: update autoconf message | Adam Vandenberg | |
| 2011-05-18 | Create method for accessing Xcode version. | Mike McQuaid | |
| 2011-05-12 | brew doctor: find suspicious git newline configs | Adam Vandenberg | |
| 2011-05-12 | brew doctor: check for stray .la files | Adam Vandenberg | |
| 2011-05-12 | brew doctor: warn about Mono and CMake | Adam Vandenberg | |
| 2011-05-09 | brew doctor: add check for stray .pc files | Adam Vandenberg | |
| 2011-05-07 | Fix misspelled method name: Formula.canonical_name | Jack Nagel | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-05-05 | brew doctor: check for stray static libs too | Adam Vandenberg | |
| CMake will pick up static libs in /usr/local. | |||
| 2011-04-29 | brew doctor: hard-code full path to mount command | Adam Vandenberg | |
| 2011-04-23 | Fix audit for new universal handling | Adam Vandenberg | |
| 2011-04-18 | Fixed reading branch name | Sebastian Staudt | |
| The git command now uses --git-dir instead of --work-tree. Using --work-tree won't work if you are inside another Git repository. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-18 | Add --force to brew cleanup | Adam Vandenberg | |
| 2011-04-14 | Added SHA-256 to the fetch command. | Birger J. Nordølum | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-14 | Add `brew fetch --deps` | Adam Vandenberg | |
| `brew fetch --deps` will also cache the dependencies of any listed formulae. | |||
| 2011-04-13 | brew deps: add hidden option -n | Adam Vandenberg | |
| -n means 'natural order' instead of alpha-order, and will show the order in which the deps will be installed. | |||
| 2011-04-10 | Make brew deps Leopard compatible | Adam Vandenberg | |
| 2011-04-09 | Fix formula paths for manually specified names. | Martin Kühl | |
| When the name of a new formula can't be autodetected, it defaults to the empty string. When it then gets read from user input later on, the new name is used but the formula path, based on the name, stays empty. This change sets the path after a new name was read. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
