| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-26 | Redirect stderr output from git (shim) invocations to /dev/null. | William Woodruff | |
| These invocations occur before we can actually automatically install git via bottle, and as such their output isn't relevant. | |||
| 2016-10-22 | Update Rubocop style. | Mike McQuaid | |
| Another look at the current Rubocop rules and how they fit with our existing and desired future style. Almost all of these changes were automatic. Split some rules between formulae/brew where brew doesn't have millions of cases that need fixed. | |||
| 2016-10-17 | Formatter: identifier: only reset color, not full styling | Andrew Janke | |
| 2016-10-15 | Move `Formatter.columns` into `utils/formatter`. | Markus Reiter | |
| 2016-10-15 | Convert `puts_columns` to `puts Formatter.columns`. | Markus Reiter | |
| 2016-10-15 | Use `proc` to fallback to `puts`. | Markus Reiter | |
| 2016-10-15 | Fallback to `$stdout.tty?` unless `respond_to?(:tty?)`. | Markus Reiter | |
| 2016-10-15 | `puts_columns` only has to be defined inside `module Kernel`. | Markus Reiter | |
| 2016-10-15 | Refactor `puts_columns`. | Markus Reiter | |
| 2016-10-01 | Use Formatter for all URLs. | Markus Reiter | |
| 2016-10-01 | Add `Formatter` module. | Markus Reiter | |
| 2016-10-01 | Refactor Tty. | Markus Reiter | |
| 2016-10-01 | analytics: don't report commands run by Homebrew | Alyssa Ross | |
| Fixes #788. | |||
| 2016-09-24 | Fix Style/GuardClause. | Markus Reiter | |
| 2016-09-23 | Fix Style/ModuleFunction. | Markus Reiter | |
| 2016-09-23 | Fix Style/IfUnlessModifier. | Markus Reiter | |
| 2016-09-20 | Update documentation links. | Mike McQuaid | |
| 2016-09-18 | Use new "macOS" naming where appropriate. | Mike McQuaid | |
| Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL. | |||
| 2016-09-17 | rubocop --auto-correct all hash-rocket usage. | Mike McQuaid | |
| 2016-09-16 | Move LinkedKegs/PinnedKegs/Locks from Library. | Mike McQuaid | |
| These don't make sense to be tied to the `HOMEBREW_REPOSITORY` but instead should live in the `HOMEBREW_PREFIX` as they all relate to its state. | |||
| 2016-09-11 | utils/shell: | Mike McQuaid | |
| 2016-09-11 | utils/shell: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | utils/inreplace: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | utils/hash: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | utils/github: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-11 | utils/curl: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-05 | Utils::Shell: convert to use module_function | Misty De Meo | |
| 2016-09-04 | Merge pull request #201 from gregory-nisbet/feature-env-shells | Mike McQuaid | |
| --env: support more shells, allow explicit shell selection | |||
| 2016-08-29 | bottles: translate foo@1.2 to foo:1.2 | Dominyk Tiller | |
| 2016-08-17 | utils/curl: assume Ruby 2. | Mike McQuaid | |
| 2016-08-10 | move shell_profile to compat/utils.rb & deprecate | Greg Nisbet | |
| 2016-08-10 | tests for shell-specific diagnostic message | Greg Nisbet | |
| 2016-08-10 | Multi-shell diagnostic check | Greg Nisbet | |
| 2016-08-10 | resolve conflict in diagnostic.rb | Greg Nisbet | |
| 2016-08-10 | Enable vendored Ruby 2.0. | Mike McQuaid | |
| 2016-08-09 | utils/analytics.sh: tweak output in debug mode | Martin Afanasjew | |
| Avoid some duplication (thereby also shortening line length) and put everything in a single string for output via `echo`. | |||
| 2016-08-09 | analytics.rb: URL encode reported data. | Mike McQuaid | |
| 2016-08-09 | analytics.*: use curl --data for readability. | Mike McQuaid | |
| 2016-08-09 | analytics.*: output curl command in debug mode. | Mike McQuaid | |
| 2016-08-08 | utils/analytics.sh: fix style inconsistencies | Martin Afanasjew | |
| 2016-08-05 | various: eliminate the usage of `any?` (#638) | Xu Cheng | |
| `any?` is not the opposite of `empty?`. Besides the case that `[false, nil].any?` will return false, `any?`(O(n)) has much worse performance than `empty?`(O(1)). | |||
| 2016-07-29 | utils/bottles: don't rely on tar wildcards, location. | Mike McQuaid | |
| This doesn’t work quite as-is on Linux’s GNU tar. | |||
| 2016-07-27 | bottles: more porting to generic layer. | Mike McQuaid | |
| 2016-07-27 | utils/github: fix reverted order of credentials | Martin Afanasjew | |
| We always return the token/password first and, if applicable, the user name is the second element in the returned array. Closes #581. Signed-off-by: Martin Afanasjew <martin@afanasjew.de> | |||
| 2016-07-27 | utils/github: fix broken pipe error | Martin Afanasjew | |
| Closes #573. | |||
| 2016-07-24 | analytics.sh: use full uuidgen path on OS X. | Mike McQuaid | |
| Fixes #575. | |||
| 2016-07-18 | inreplace: support for audit arg in non-block form | ilovezfs | |
| Provides feature parity between the block and non-block forms of inreplace by creating a four-argument version of the non-block form, where the fourth argument is an optional Boolean value, defaulting to true, which specifies whether a failed inreplace should cause an InreplaceError error to be raised. The fourth argument is passed along to StringInreplaceExtension#gsub!, which already supports an optional audit_result argument. This resolves the Catch-22 that single replacements aren't permissible in the block form (in that they now cause `brew audit` to complain), but the audit_result argument is not available in the non-block form. Closes #552. Signed-off-by: ilovezfs <ilovezfs@icloud.com> | |||
| 2016-07-15 | ENV: move to new paths. (#507) | Mike McQuaid | |
| Move some stuff formerly in `Library/ENV` around: - Move `Library/ENV/$XCODE_VERSION` to `Library/Homebrew/env/super` as they are all superenv wrappers and all symlinks to the same version. We never needed the "separate shims for separate versions" functionality and it just adds confusion. - Move `Library/ENV/pkgconfig` to `Library/Homebrew/env/pkgconfig` to get more things under `Library/Homebrew` - Move `Library/ENV/scm` to `Library/scm` as these wrappers are not actually used by or related to superenv (or stdenv) in any way. | |||
| 2016-07-12 | github: produce better curl error messages. (#441) | Mike McQuaid | |
| * global: add RUBY_TWO global variable. * test-bot: use RUBY_TWO global variable. * github: produce better curl error messages. If we don't know why curl has failed then ensure that the error messages that it produced are included as part of the user output. | |||
| 2016-07-12 | ruby.sh: allow forcing the usage of the vendored Ruby. | Mike McQuaid | |
