| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-22 | Fix missing pourable? reference. | Mike McQuaid | |
| 2011-06-22 | Build from source when we've options or 10.5. | Mike McQuaid | |
| 2011-06-22 | Return an array from options. | Mike McQuaid | |
| 2011-06-22 | Renaming pouring method to pourable?. | Mike McQuaid | |
| 2011-06-21 | Add stub options method. | Mike McQuaid | |
| 2011-06-21 | Remove redeclared method. | Mike McQuaid | |
| 2011-06-21 | Only pour bottles when not building from source. | Mike McQuaid | |
| 2011-06-21 | Fix bad pathname indentation. | Mike McQuaid | |
| 2011-06-21 | Make bottle path. | Mike McQuaid | |
| 2011-06-21 | Fix brew bottle versioning. | Mike McQuaid | |
| 2011-06-21 | Move -- higher in argument list | Adam Vandenberg | |
| A spurious "--" argument was being passed to the installer script. | |||
| 2011-06-19 | brew-which: also check sbin and lib folders | Adam Vandenberg | |
| 2011-06-19 | Add `brew which` to man page | Adam Vandenberg | |
| 2011-06-19 | which: allow <formulae> args | Adam Vandenberg | |
| Also clean-up this external command in preparation for becoming a built-in command. Make which_versions available in Homebrew module so that it can be used by other commands in the future. | |||
| 2011-06-19 | Pathname: remove unused method starts_with? | Adam Vandenberg | |
| 2011-06-19 | brew-doctor: use String.start_with? | Adam Vandenberg | |
| 2011-06-19 | back-port start_with? from 1.8.7 | Adam Vandenberg | |
| This allows its use in Leopard, which has Ruby 1.8.6. | |||
| 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 | Actually reset the permissions | Max Howell | |
| 2011-06-17 | Show summary headings when appropriate | Max Howell | |
| 2011-06-17 | Don’t output "nothing" messages | Max Howell | |
| This is how we do it in general in Homebrew. | |||
| 2011-06-17 | Fix upgrading libdeps breaking stuff after cleanups | Max Howell | |
| Fixes Homebrew/homebrew#2709. By forcing dylibs to have an install_name id that is the HOMEBREW_PREFIX path, ie. the symlink’s path. Stuff that links to these dylibs will use this id and thus by immune to upgrades of underlying libraries. Thus whatever keg is "current" ie. linked, will be the library that is used by the tool. This fix is not retroactive. So there will still be breakage for existing installations of stuff. The fix_install step in install is moved after the link step as the symlinking is required to determine the eventual ids for each dylib. | |||
| 2011-06-17 | Fix make_relative_symlink when names differ | Max Howell | |
| Before we would always make the symlink itself have a basename the same as what it pointed to. I don’t think this breaks any of the other usages as they were working by coincidence. | |||
| 2011-06-16 | Add --use-clang to completion script. | Adam Vandenberg | |
| 2011-06-16 | Add clang options to man page. | Adam Vandenberg | |
| 2011-06-16 | Inclue HOMEBREW_USE_CLANG in --env output | Adam Vandenberg | |
| 2011-06-16 | Make these methods on ENV. | Adam Vandenberg | |
| 2011-06-16 | Allow HOMEBREW_USE_CLANG env var | Adam Vandenberg | |
| 2011-06-16 | Allow --use-clang to override fails_with_llvm | JosĂ© MartĂnez | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 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-16 | Fix issue checklist link | Adam Vandenberg | |
| 2011-06-16 | Style changes related to bottling. | Adam Vandenberg | |
| 2011-06-16 | Allow underscore with these suffixes for version detection | Adam Vandenberg | |
| 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-14 | enable updater tests to be run on their own | Mislav Marohnić | |
| 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-08 | Add changes to Homebrew internals for bottling. | Mike McQuaid | |
| 2011-06-08 | Remove debugging puts | Adam Vandenberg | |
| 2011-06-08 | Better support for brew install <url> | Adam Vandenberg | |
| Brews installed via URL are now checked from the cache when other commands are run. This allows for instance: brew install <vim-url> brew info vim | |||
| 2011-06-07 | Document HOMEBREW_CACHE | Adam Vandenberg | |
| 2011-06-07 | Add HOMEBREW_CACHE to let the user specify a cache directory | Dan Loewenherz | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 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 | |
