| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-19 | Move gz-only strategy into core. | Adam Vandenberg | |
| 2011-05-18 | Create method for accessing Xcode version. | Mike McQuaid | |
| 2011-05-14 | Add remove back to completion | Adam Vandenberg | |
| 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 | Add the '--use-gcc' flag to the brew man page | Jack Nagel | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-05-05 | fix_install_names fix for 10.5 | Adam Vandenberg | |
| 2011-05-05 | brew doctor: check for stray static libs too | Adam Vandenberg | |
| CMake will pick up static libs in /usr/local. | |||
| 2011-05-05 | manpage - fix typo | Adam Vandenberg | |
| 2011-05-04 | Update bash completion script | Jack Nagel | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-05-01 | Fix name of Mercurial in blacklist | Humza | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-29 | brew doctor: hard-code full path to mount command | Adam Vandenberg | |
| 2011-04-26 | No really, fix llvm_build_version and xcode_prefix | Adam Vandenberg | |
| 2011-04-26 | Fix llvm_build_version to handle xcode_prefix output. | Adam Vandenberg | |
| 2011-04-25 | Remove reference to 'brew install pip' | Adam Vandenberg | |
| 2011-04-23 | Fix audit for new universal handling | Adam Vandenberg | |
| 2011-04-23 | Add ARGV.build_universal? | 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-18 | Edit keg-only message | Adam Vandenberg | |
| 2011-04-18 | ENV: Use /usr/X11 instead of symlink | 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 missing: allow a formula argument | Adam Vandenberg | |
| If a formula is given, it will be checked for missing deps. The formula does not have to be installed first. Without a formula list, still checks all installed brews. | |||
| 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-12 | Remove 'sudo' from the npm installation instructions | Kevin Ballard | |
| Using 'sudo' should not be required to install npm, and isn't if the user has used the default Homebrew installation process. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-12 | Handle complex $EDITOR values. | Adam Vandenberg | |
| 2011-04-11 | Add pip to blacklist. | Arthur Kalmenson | |
| Pip was removed in issue 4226. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 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> | |||
| 2011-04-09 | Normalize use of MACOS_VERSION | Adam Vandenberg | |
| 2011-04-07 | Show which deps will also be installed. | Adam Vandenberg | |
| 2011-04-07 | Use https for issue links at the end of stack traces. | Jannis Leidel | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-05 | brew create: remind people to 'brew audit' | Adam Vandenberg | |
| 2011-04-05 | brew create: ensure CACHE folder exists | Adam Vandenberg | |
| 2011-04-04 | brew audit: --strict warning for using $ in caveats | Adam Vandenberg | |
| For multiple lines of commands to enter at a prompt, don't use $ as a prompt marker to make it easier to copy/paste. | |||
| 2011-04-04 | GitHub - use git for smart https repos | pascalbertrand | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-04-04 | brew doctor: add check for GREP_OPTIONS | Adam Vandenberg | |
| 2011-04-04 | brew doctor: update expat check | Adam Vandenberg | |
| Apaprently both expat.framework and libexpat.framework exist and interfere with CMake. | |||
| 2011-04-01 | Fix CLICOLOR_FORCE check | Adam Vandenberg | |
| 2011-04-01 | Fix brew-audit Fortran check | Charlie Sharpsteen | |
| The Fortran regex only allowed for trailing whitespace after: depends_on 'gfortran' This missed conditional dependencies, such as: depends_on 'gfortran' if something? Such a dependency was present in the NetCDF formula. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-31 | Add audit to bash completion | Adam Vandenberg | |
| 2011-03-29 | brew doctor - only check unique path folders | Adam Vandenberg | |
| 2011-03-29 | brew depstree: shows a tree of dependencies for a formula | Ferdinand Niedermann | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-29 | Add warning about m4 macros. | Adam Vandenberg | |
| 2011-03-29 | Fix brew bottle to work with refactor branch. | Mike McQuaid | |
| 2011-03-28 | Use Formula#installed_prefix for brew --prefix formula | Dave Lee | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
