| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-31 | Merge pull request #3111 from alyssais/migrate_empty_homebrew_directory | Mike McQuaid | |
| Don't fail to migrate repo because of empty dir | |||
| 2017-08-31 | Don't fail to migrate repo because of empty dir | Alyssa Ross | |
| I just ran into an issue where a colleague's Homebrew couldn't update. It seems to have been because it failed once just after the new repo directory was created. Since there was nothing in this directory, there really isn't any reason for us to fail here, so to avoid this problem in the future, try to `rmdir` the directory before failing because it already exists. | |||
| 2017-08-23 | audit: don't output when searching taps. | Mike McQuaid | |
| This messaging was added for the `brew search` command and having it in audit is annoying: (https://github.com/Homebrew/brew/pull/3059#issuecomment-323638672) As a side note: this is why randomly including `cmd/*` is a bad idea. | |||
| 2017-08-22 | upgrade more urls to https | Viktor Szakats | |
| 2017-08-18 | Merge pull request #3054 from BenMusch/github-refactor | Markus Reiter | |
| Clean-up code in GitHub module to reduce duplication & coupling w/ Github API | |||
| 2017-08-15 | Merge pull request #3059 from MikeMcQuaid/why-search-take-so-long | Mike McQuaid | |
| search: explain why it takes the time it does. | |||
| 2017-08-15 | search: explain why it takes the time it does. | Mike McQuaid | |
| Provide a bit of clarity that this isn't just searching a local database but doing an GitHub API and Git history query. | |||
| 2017-08-14 | Merge pull request #2996 from apjanke/non-formula-reqs-in-brew-deps-tree | Andrew Janke | |
| brew deps: add --include-requirements, plus some fixes | |||
| 2017-08-14 | Implement PR feedback | Ben Muschol | |
| 2017-08-13 | Remove duplicate url generation logic in Github module | Ben Muschol | |
| 2017-08-12 | Merge pull request #3044 from BenMusch/search-tap-fix | Mike McQuaid | |
| Replace search_tap with search_taps | |||
| 2017-08-11 | brew deps: add --include-requirements | Andrew Janke | |
| 2017-08-11 | Fix style | Ben Muschol | |
| 2017-08-11 | Add a test | Ben Muschol | |
| 2017-08-11 | Replace search_tap with search_taps | Ben Muschol | |
| 2017-08-11 | Note cases when pinned formulae get upgraded. | Mike McQuaid | |
| Fixes #3021. | |||
| 2017-08-07 | cmd/search: use new Fedora package search | Bob W. Hogg | |
| pkgdb has been put into read-only mode, so it won't be updated for new Fedora releases going forward. Use apps.fedoraproject.org/packages instead. Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-08-07 | sandbox: stop printing message. | Mike McQuaid | |
| We’re always using the sandbox where possible now so this is just noise for the vast majority of our users. | |||
| 2017-07-30 | Tweak preserve link status on reinstall/upgrade. | Mike McQuaid | |
| Treat a `brew install` command as normal i.e. link by default unless keg-only and only specify whether a keg should be linked when upgrading or reinstalling. Also, adjust the naming accordingly so it's more obvious that this is the case. | |||
| 2017-07-30 | Preserve link status on reinstall/upgrade. | Mike McQuaid | |
| This means if a user has manually `brew unlink` or `brew link --force`d something then that status will be preserved after they `brew upgrade` or `brew reinstall` that formula. This generally should make things that are keg-only by default easier to swallow. | |||
| 2017-07-28 | formula_installer: simplify callers. | Mike McQuaid | |
| There's a bunch of duplication going on that's not really necessary. | |||
| 2017-07-27 | Use https for all docs.brew.sh links. | Mike McQuaid | |
| May as well use the more secure link when possible. | |||
| 2017-07-18 | Add a rubocop config file to control cops' execution in audit and style | Gautham Goli | |
| 2017-07-15 | style: disable NewFormulaAudit cops' execution by default unless specified | Gautham Goli | |
| 2017-07-13 | Merge pull request #2876 from VonUniGE/patch-1 | Mike McQuaid | |
| Update documentation of brew install syntax to match its actual behav… | |||
| 2017-07-11 | Add a suitable explanatory line | VonUniGE | |
| 2017-07-10 | Display "Use `brew upgrade foo` instead" when calling update with args | Tim Marinin | |
| So the user could just copy-paste the command. | |||
| 2017-07-08 | Update documentation of brew install syntax to match its actual behavior. | VonUniGE | |
| 2017-07-07 | Merge pull request #2853 from GauthamGoli/disable-strict-cops-brew-style | Mike McQuaid | |
| style: Don't run FormulaAuditStrict cops when `brew style foo` cmd is executed | |||
| 2017-07-03 | style: Don't run FormulaAuditStrict cops when `brew style some_formula` cmd ↵ | Gautham Goli | |
| is executed | |||
| 2017-07-02 | Merge pull request #2842 from GauthamGoli/audit_only_cops_option | Mike McQuaid | |
| audit: Don't run audit methods when `--only-cops` option is passed | |||
| 2017-06-30 | audit: Don't run audit methods when `--only-cops` is passed | Gautham Goli | |
| 2017-06-28 | Refactor using `Forwardable` and `DelegateClass`. | Markus Reiter | |
| 2017-06-20 | 🔨 Fix sorting on APFS. | Markus Reiter | |
| 2017-06-15 | Fix outdated `--repository` man documentation | Matthew Strax-Haber | |
| 2017-06-12 | Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs1.2.3 | Mike McQuaid | |
| rubocop: don’t allow Perl regex backrefs. | |||
| 2017-06-12 | Autocorrect Rubocop Style/SpecialGlobalVars. | Mike McQuaid | |
| 2017-06-10 | Autocorrect Rubocop Style/PerlBackrefs. | Mike McQuaid | |
| 2017-06-08 | reinstall: keg.rmtree isn't a method. | Mike McQuaid | |
| 2017-06-07 | reinstall: remove partially installed keg. | Mike McQuaid | |
| Previously if a `brew reinstall` was Ctrl-Cd after some files had been installed it wouldn't try to remove the partially installed keg and the renaming of the backed-up keg would fail. Alternatively, remove the partially installed keg as if it has been Ctrl-Cd or otherwise failed then it's not desirable to keep it. | |||
| 2017-06-05 | cmd/reinstall: Fix reinstallation of formulae without bottles | Bob W. Hogg | |
| Reinstallation of non-bottled formulae was failing because it used a deprecated method. Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-06-04 | Merge pull request #2599 from peternewman/patch-11.2.2 | Mike McQuaid | |
| Fix internal links on the manpage | |||
| 2017-06-04 | Change manpage internal links in correct location. | Mike McQuaid | |
| 2017-06-03 | Fix `rubocop` in `brew audit`. | Markus Reiter | |
| 2017-06-03 | Merge pull request #2720 from MikeMcQuaid/install-cask-env-filtering | Mike McQuaid | |
| install: fix cask install with env filtering. | |||
| 2017-06-03 | Merge pull request #2716 from reitermarkus/re-revert | Markus Reiter | |
| Re-revert "Fix operator spacing." | |||
| 2017-06-02 | search: don’t exclude Caskroom results even if tapped. | Mike McQuaid | |
| As they are not shown in the normal `brew search` output. | |||
| 2017-06-02 | install: fix cask install with env filtering. | Mike McQuaid | |
| With `HOMEBREW_ENV_FILTERING` simply running `brew` is not sufficient to find `brew cask` so the full path needs to be passed. | |||
| 2017-06-02 | Re-revert "Fix operator spacing." | Markus Reiter | |
| 2017-06-01 | Revert "Fix operator spacing." | ilovezfs | |
