| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-02 | Merge pull request #2412 from EricFromCanada/master1.1.12 | Mike McQuaid | |
| Xcode: update supported versions & download URLs for 8.3 | |||
| 2017-04-02 | External Commands: document how `--help` works. | Mike McQuaid | |
| 2017-04-02 | Merge pull request #2441 from MikeMcQuaid/install-handle-missing-receipt | Mike McQuaid | |
| Handle missing receipt on `brew install`. | |||
| 2017-04-02 | diagnostic: also ignore outdated CLT on Travis CI. | Mike McQuaid | |
| 2017-04-02 | Handle missing receipt on `brew install`. | Mike McQuaid | |
| For example if this is for a really old keg, keg where a user has manually removed stuff or used `brew diy`. | |||
| 2017-04-02 | Merge pull request #2443 from Homebrew/new-issue-template | Mike McQuaid | |
| ISSUE_TEMPLATE: tweak instructions. | |||
| 2017-04-02 | Merge pull request #2431 from reitermarkus/fix-sudo-root-wheel | Markus Reiter | |
| Use `sudo` if parent path of `target` is not writable. | |||
| 2017-04-02 | ISSUE_TEMPLATE: tweak instructions. | Mike McQuaid | |
| Be clearer about what's expected and where to file things. | |||
| 2017-04-02 | Merge pull request #2440 from MikeMcQuaid/document-short-flags | Mike McQuaid | |
| Document all short flags. | |||
| 2017-04-02 | docs: use long flags. | Mike McQuaid | |
| 2017-04-02 | Document all short flags. | Mike McQuaid | |
| 2017-04-02 | man: strip </?var> from Markdown output. | Mike McQuaid | |
| 2017-04-02 | Merge pull request #2438 from eunikolsky/fix/link_PATH_message | Mike McQuaid | |
| Fix the 'export PATH' message in `link` for a keg-only formula | |||
| 2017-04-01 | Fix the 'export PATH' message in `link` for a keg-only formula | Eugene Nikolsky | |
| Commit 4cae6a724e6d684eb157dd6d7328755694f228b2 introduced the message, but it printed the wrong path, e.g. for `brew link sqlite`: ``` If you need to have this software first in your PATH instead consider running: echo 'export PATH="/usr/local/opt/sqlite:$PATH"' >> ~/.zshrc/bin ``` where `/bin` is appended at the end, but should be inserted before `:$PATH`: `echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.zshrc`. This patch fixes that and updates a test to verify it. | |||
| 2017-04-01 | Merge pull request #2433 from MikeMcQuaid/keg-remove-symlinks | Mike McQuaid | |
| keg: correctly remove alias symlinks. | |||
| 2017-04-01 | keg: correctly remove alias symlinks. | Mike McQuaid | |
| Fixes #2427. | |||
| 2017-04-01 | Merge pull request #2429 from vitorgalvao/rem-pre-bug | VĂtor GalvĂŁo | |
| cask: remove pre_bug_report links | |||
| 2017-04-01 | Merge pull request #2432 from jonchang/pil | Mike McQuaid | |
| missing_formula: pillow lives in homebrew/science | |||
| 2017-04-01 | missing_formula: pillow lives in homebrew/science | Jonathan Chang | |
| 2017-04-01 | Use `sudo` if parent path of `target` is not writable. | Markus Reiter | |
| 2017-03-31 | cask: remove pre_bug_report links | VĂtor GalvĂŁo | |
| 2017-03-31 | Merge pull request #2426 from Zverik/osmium | Mike McQuaid | |
| Remove osmium from blacklisted formulas | |||
| 2017-03-31 | Remove osmium from blacklisted formulas | Ilya Zverev | |
| 2017-03-31 | Merge pull request #2397 from MikeMcQuaid/migrate-tweaks | Mike McQuaid | |
| Migrator: various rename fixes | |||
| 2017-03-31 | migrator: don't uninstall new_cellar if it existed | Mike McQuaid | |
| Otherwise we could end up removing files unnecessarily. | |||
| 2017-03-31 | migrator: check if taps are from same user instead | Mike McQuaid | |
| This avoids needing to use `force: true` and still let's Homebrew do what we want with our own taps. | |||
| 2017-03-31 | Merge pull request #2403 from carlorosati/rubyreq.hb | Mike McQuaid | |
| ruby_requirement: fix path prepend | |||
| 2017-03-31 | migrator: relink linked new_cellar kegs. | Mike McQuaid | |
| 2017-03-31 | upgrade: perform rename migrations when needed. | Mike McQuaid | |
| 2017-03-31 | reinstall: perform rename migrations when needed. | Mike McQuaid | |
| 2017-03-31 | install: perform rename migrations when needed. | Mike McQuaid | |
| 2017-03-31 | update-report: more forceful rename migration. | Mike McQuaid | |
| Migrate between different taps and delete relevant subdirectories if they can be safely. Also, tweak some naming and use utility methods. | |||
| 2017-03-31 | migrator: make headers more consistent. | Mike McQuaid | |
| Use `oh1` for moving kegs to a new directory. | |||
| 2017-03-31 | migrator: move around some migration logic. | Mike McQuaid | |
| Move the checks for moving kegs to a new directory into the relevant method (`move_to_new_directory`) instead. Also, delete duplicated directories when weâve confirmed they are definitely duplicated rather than telling users to do so. | |||
| 2017-03-31 | migrator: add more helper methods. | Mike McQuaid | |
| Add methods to determine if a migration is needed and perform it if so (and no-op if not). Additionally, make `ARGV.force?` get passed as a parameter so it can be overridden without requiring users to pass `âforce`. | |||
| 2017-03-31 | Merge pull request #2374 from joshka/cleanup-command-continue-on-error | Mike McQuaid | |
| Cleanup: Continue on error removing keg | |||
| 2017-03-31 | Brew cleanup: Continue on error removing keg | Joshua McKinney | |
| Fixes #2355 Create unremovable_kegs instance var Check cellar cleanup failure after full cleanup completes Use module_function in Homebrew::Cleanup as we never instantiate the class | |||
| 2017-03-30 | Merge pull request #2422 from â” | Mike McQuaid | |
| MikeMcQuaid/formula-missing-dependencies-handle-unavailable-formula formula: handle missing deps when formula missing. | |||
| 2017-03-30 | Merge pull request #2421 from MikeMcQuaid/formula-check-alias-exists | Mike McQuaid | |
| formula: check installed_alias_path exists. | |||
| 2017-03-30 | Merge pull request #2419 from MikeMcQuaid/fix-tap-cask-migration | Mike McQuaid | |
| Fix handling of tap migrations to new cask names. | |||
| 2017-03-30 | Merge pull request #2401 from wjlroe/print-pinned-on-outdated | Mike McQuaid | |
| Include the pinned version in brew outdated output for pinned formulae | |||
| 2017-03-30 | Merge pull request #2414 from sjackman/update-test-fetch-shallow | Mike McQuaid | |
| update-test: Use git fetch --tags --depth=1 | |||
| 2017-03-30 | Merge pull request #2418 from MikeMcQuaid/formula-installer-another-test | Mike McQuaid | |
| formula_installer_spec: add default formula test. | |||
| 2017-03-30 | formula: check installed_alias_path exists. | Mike McQuaid | |
| Otherwise return `nil`. Fixes https://github.com/Homebrew/brew/issues/2417 | |||
| 2017-03-30 | Fix handling of tap migrations to new cask names. | Mike McQuaid | |
| Need to check for two `/`s rather than one. | |||
| 2017-03-30 | Merge pull request #2399 from MikeMcQuaid/unversioned-formulae-check | Mike McQuaid | |
| audit: check for unversioned formulae. | |||
| 2017-03-30 | Merge pull request #2392 from MikeMcQuaid/cleanup-taps | Mike McQuaid | |
| Update all references to taps. | |||
| 2017-03-30 | formula: handle missing deps when formula missing. | Mike McQuaid | |
| We could try and get a partial result but given it'll also be wrong it feels simpler to just return an empty array. Fixes #1928. Fixes #2027. Closes #2058. Fixes https://github.com/Homebrew/homebrew-core/issues/11827. | |||
| 2017-03-30 | Merge pull request #2410 from reitermarkus/container-exectuable | VĂtor GalvĂŁo | |
| Add `Container::Executable`. | |||
| 2017-03-29 | Merge pull request #2416 from woodruffw/ruby-macho-audit-fix | William Woodruff | |
| audit: Fix cctools invocation check regular expression. | |||
