| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-11 | cmd/uses: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/upgrade: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/update-report: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/unpack: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/unlinkapps: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/uninstall: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/tap-info: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/search: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/prune: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/missing: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/log: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/list: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/install: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/info: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/help: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/fetch: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/doctor: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/desc: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | cmd/commands: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-09 | Merge pull request #896 from MikeMcQuaid/no-chown-usr-local | Mike McQuaid | |
| Don't require/recommend ownership of /usr/local. | |||
| 2016-09-09 | Don't require/recommend ownership of /usr/local. | Mike McQuaid | |
| Apple reset this on every OS X major (and some minor) updates and it always proves a painful and unnecessary step. Instead just check the directories we actually care about are writable. This may mean if these directories do not already exist (although they are now created by the installed) that `brew link` will fail and require manual intervention but this seems to be superior for both new and the majority of existing users. | |||
| 2016-09-08 | help: rename help section for developers. | Mike McQuaid | |
| 2016-09-08 | help: use Commands module. | Mike McQuaid | |
| 2016-09-08 | command: use Commands module. | Mike McQuaid | |
| 2016-09-08 | commands: developer not development commands. | Mike McQuaid | |
| 2016-09-08 | Move developer-focused commands to dev-cmd. | Mike McQuaid | |
| 2016-09-08 | cmd/*: don't restrict dev-cmd to Homebrew developers. | Mike McQuaid | |
| 2016-09-08 | update.sh: don't cleanup on update for developers. | Mike McQuaid | |
| We’re defining developers as people who have run a dev-cmd at least once. | |||
| 2016-09-08 | Merge pull request #864 from vladshablinsky/skip-upgrade | Mike McQuaid | |
| Skip upgrade of pinned dependency if it's outdated | |||
| 2016-09-08 | Merge pull request #890 from MikeMcQuaid/dev-cmd-help | Mike McQuaid | |
| dev-cmd: add `--help` to all developer commands. | |||
| 2016-09-08 | Merge pull request #879 from penman/checkout_warning | Mike McQuaid | |
| Warn when changing branch on update | |||
| 2016-09-08 | Add `--help` to all developer commands. | Mike McQuaid | |
| Also, flag those that we never want to be in a manpage. | |||
| 2016-09-07 | reinstall: fail if pinned | Vlad Shablinsky | |
| 2016-09-07 | Merge pull request #833 from DomT4/death_by_xcode | Mike McQuaid | |
| xcode: die unless Xcode/CLT up-to-date on prerelease macOS | |||
| 2016-09-07 | Refactor MacOS check_development_tools usage. | Mike McQuaid | |
| Better use the abstraction layer so e.g. Linux could have similarly fatal checks for these things. | |||
| 2016-09-06 | update-report: also link docs, completions. | Mike McQuaid | |
| These are more files in the HOMEBREW_REPOSITORY that we want to link to the HOMEBREW_PREFIX. | |||
| 2016-09-05 | Adjust branch change message | Alyssa Ross | |
| 2016-09-05 | Warn when changing branch on update | Alyssa Ross | |
| Closes #877 | |||
| 2016-09-04 | Merge pull request #201 from gregory-nisbet/feature-env-shells | Mike McQuaid | |
| --env: support more shells, allow explicit shell selection | |||
| 2016-09-04 | Merge pull request #870 from MikeMcQuaid/revert-keep-old | Mike McQuaid | |
| bottle: revert --keep-old changes. | |||
| 2016-09-04 | Merge pull request #859 from MikeMcQuaid/preinstall-update-whitespace | Mike McQuaid | |
| update-report: add newline if preinstall updated. | |||
| 2016-09-04 | Revert "bottle: fix --keep-old JSON generation." | Mike McQuaid | |
| This reverts commit 5e9bb877d54fc1803a866f49997f3e819c3ca650. | |||
| 2016-09-04 | Revert "bottle: allow --keep-old to ignore same sha256s." | Mike McQuaid | |
| This reverts commit ec1437499a178a09805854469c5162d749270f3e. | |||
| 2016-09-03 | bottle: allow --keep-old to ignore same sha256s. | Mike McQuaid | |
| It should refuse to change existing ones but it should allow them to be the same and silently ignore. | |||
| 2016-09-03 | update-report: add newline if preinstall updated. | Mike McQuaid | |
| Fixes #858. | |||
| 2016-09-03 | bottle: fix --keep-old JSON generation. | Mike McQuaid | |
| Ensure that the JSON file contains all the bottle checksums when using `--keep-old`. This avoids having to use the formula DSL when merging and relies on existing integrity checks. This change does nothing differently if `--keep-old` is not passed. | |||
| 2016-09-03 | Merge pull request #807 from ilovezfs/partial_order_compliance | Mike McQuaid | |
| audit: detect partial component order compliance | |||
| 2016-09-01 | audit: banish http://http.debian.net for secure mirrors | Dominyk Tiller | |
| 2016-09-01 | audit: enforce https for Debian's anonscm | Dominyk Tiller | |
| 2016-09-01 | Merge pull request #801 from MikeMcQuaid/git-shim-realpath | Mike McQuaid | |
| scm/git: make --homebrew=print-path use realpath. | |||
