Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 23, 2016
  2. Oct 22, 2016
    • Mike McQuaid's avatar
      More Rubocop tweaks. · 6c4042f5
      Mike McQuaid authored
      - Don't enforce hash rockets on external commands.
      - Enabled accidentally disabled ParenthesesAsGroupedExpression.
      6c4042f5
    • Mike McQuaid's avatar
      Update Rubocop style. · 1f963267
      Mike McQuaid authored
      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.
      1f963267
    • Mike McQuaid's avatar
      Add `brew release-notes` developer command. · 0c661f5c
      Mike McQuaid authored
      Outputs the merged pull requests on Homebrew/brew between two Git refs.
      0c661f5c
  3. Oct 20, 2016
  4. Oct 19, 2016
  5. Oct 18, 2016
  6. Oct 17, 2016
  7. Oct 16, 2016
    • Mike McQuaid's avatar
      scm/git: more old OS X versions tweaks. · be2e6df9
      Mike McQuaid authored
      - unset IFS to fix version parsing on older Bashes
      - reuse existing HOMEBREW_MACOS_VERSION if it’s available
      - set rather than unset popup_stub
      be2e6df9
    • Mike McQuaid's avatar
      shims/scm/git: fix on old OS X versions. · 7292ad1f
      Mike McQuaid authored
      On older versions of OS X (i.e. pre-Mavericks) `xcode-select` is not
      required to be set when using the CLT. Fix this behaviour so `brew
      update` doesn't tell everyone on that configuration to `brew install
      git`.
      7292ad1f
Loading