| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-09 | formula: conflicts_with doc: give realistic :because | John Hawkinson | |
| The documentation should help a developer understand what the parameter is for. "stupid example" doesn't cut it. | |||
| 2017-04-08 | gpg_spec: use new version method to directly compare version objects | JCount | |
| 2017-04-08 | gpg: add version method to retrieve current version in path | JCount | |
| 2017-04-08 | gpg_spec: switch structure to if/else instead of rescue | JCount | |
| 2017-04-08 | gpg2_requirement_spec: switch test to gnupg 2.1.x | JCount | |
| 2017-04-07 | Corrected test for access_lock_dir | mansimarkaur | |
| 2017-04-05 | Merge pull request #2442 from tdsmith/fix-symlink-relocation | Mike McQuaid | |
| Virtualenv relocation fixes | |||
| 2017-04-05 | Merge pull request #2456 from MikeMcQuaid/probot-stale | Mike McQuaid | |
| Add probot-stale configuration. | |||
| 2017-04-05 | Add probot-stale configuration. | Mike McQuaid | |
| 2017-04-05 | keg_relocate: slim long lines. | Mike McQuaid | |
| 2017-04-05 | Merge pull request #2242 from GauthamGoli/audit_custom_cops | Mike McQuaid | |
| Port audit_desc audit rules to a cop | |||
| 2017-04-05 | Merge pull request #2454 from MikeMcQuaid/audit-fix-core-formula-alias-check | Mike McQuaid | |
| audit: fix core formula alias check. | |||
| 2017-04-04 | Merge pull request #2452 from MikeMcQuaid/update-installed-not-new | Mike McQuaid | |
| update-report: don't show new, installed formulae. | |||
| 2017-04-04 | audit: fix core formula alias check. | Mike McQuaid | |
| Was missing a formula object being passed. | |||
| 2017-04-04 | update-report: don't show new, installed formulae. | Mike McQuaid | |
| These were those migrated from other taps but if they are installed already: they aren't new to that user. | |||
| 2017-04-04 | Merge pull request #2450 from Homebrew/revert-2036-rust-hack | Mike McQuaid | |
| Revert "keg_relocate: Don't relocate dylib IDs containing metavariables." | |||
| 2017-04-04 | Revert "keg_relocate: Don't relocate dylib IDs containing metavariables." | Mike McQuaid | |
| 2017-04-04 | Merge pull request #2448 from rwhogg/add-skylake-linux | Mike McQuaid | |
| Add Skylake to the Linux hardware list | |||
| 2017-04-03 | Merge pull request #2444 from rwhogg/java-req-add-newline | Mike McQuaid | |
| java_requirement: Add newline to failure message | |||
| 2017-04-03 | Added test for check_access_lock_dir | mansimarkaur | |
| 2017-04-02 | Add Skylake to Linux hardware list | Maxim Belkin | |
| 2017-04-02 | java_requirement: Add newline to failure message | Bob W. Hogg | |
| Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-04-02 | rubocop | Tim D. Smith | |
| 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 | Use extend/OS mechanism for grep args | Tim D. Smith | |
| 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 | Unlink before rewriting link | Tim D. Smith | |
| ln_sf does the right thing when `dest` is a symlink pointing to a file: the symlink gets overwritten with a link pointing to the new src. But when dest points to a directory, we create a new symlink inside the folder dest points to, which doesn't help us at all. | |||
| 2017-04-02 | Don't follow symlinks when hunting for strings | Tim D. Smith | |
| When we're assessing whether a bottle is relocatable, we shouldn't have to descend into symlink paths we encounter. This is supposed to be the default behavior but it doesn't appear to be (perhaps because we pass a symlink to the keg on the command line?). All of the switches that control this behavior differ between BSD and GNU grep, so sniff the grep flavor first. | |||
| 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 | gpg_spec: make test compatible with gnupg 2.1.x | JCount | |
| maintain existing compatibility with gnupg 2.0.x | |||
| 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 | |
