| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-06 | brew audit: also check for spaces in Amazon formulae | Adam Vandenberg | |
| 2011-06-05 | update brew link documentation to remove confusing passage | Adam Vandenberg | |
| 2011-06-05 | Also link apps found in libexec | Adam Vandenberg | |
| 2011-06-05 | Edit universal_binary comment | Adam Vandenberg | |
| 2011-06-04 | Also find versions in zipballs | 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-06-01 | brew-linkapps: Support --HEAD builds | chrisg | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-05-31 | brew-audit: do not abort after first brew with errors | Adam Vandenberg | |
| 2011-05-31 | Alpahabetize commands on man page | Adam Vandenberg | |
| 2011-05-30 | Add 'essential commands' section to man page. | Adam Vandenberg | |
| 2011-05-30 | Better explanation of libxml2 and libxslt in blacklists. | Samuel Cochran | |
| Bundling explanation of X11 and libxslt is a bit odd and confusing, bundle libxml2 and libxslt instead extracted from X11 and /usr/lib requirements. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-05-27 | Document audit return code | 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-26 | Add method to ENV for setting up a debug build | Charlie Sharpsteen | |
| `ENV.Og` clears all optimization flags and adds `-g -O0`. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-05-19 | Add new external command: unpack | Charlie Sharpsteen | |
| `brew-unpack` is inspired by the `unpack` command of Haskell's Cabal. `brew unpack <formulae ...>` will fetch the source code archives of one or more formula and extract them into subfolders of the current working directory. An alternate root directory may be specified by invoking the `--destdir` flag. This provides some nice advantages for inspecting source code compared to `brew install -i -f <formula>`: - The extracted source code won't be deleted when the Ruby process terminates---which allows for long-term experimentation. - The user has control over which directory the code is extracted into. - No install process is initiated, so accidentally typing the equivalent of `exit 0` will not cause `brew` to mess with an existing installation. - Several formulae may be unpacked at once. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 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> | |||
