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 09, 2020
    • Mike McQuaid's avatar
      Reduce shallow clone usage · 2bdf3deb
      Mike McQuaid authored
      GitHub has requested we request our usage of shallow clones. As a
      result:
      
      - do default to shallow clones on CI
      - do not do --shallow-since when setting up new repositories in
        `brew update`
      - do not support shallow clones of homebrew-core at all
      
      We may consider in future unshallowing all clones unconditionally.
      Unverified
      2bdf3deb
  2. Aug 01, 2020
  3. Jul 31, 2020
  4. Apr 20, 2020
  5. Apr 11, 2020
  6. Apr 09, 2020
  7. Mar 05, 2020
  8. Feb 19, 2020
  9. Feb 06, 2020
  10. Feb 05, 2020
  11. Feb 02, 2020
    • Mike McQuaid's avatar
      tap: default to full clones. · 243e7037
      Mike McQuaid authored
      This makes `Tap` consistent with what the installer is doing.
      
      Generally shallow clones get slower and slower (and more and more
      pointless) the more they are fetched so don't make sense for our
      use-case.
      
      Keep the option around anyway because it's useful for integration tests.
      Unverified
      243e7037
  12. Dec 15, 2019
  13. Nov 28, 2019
  14. Aug 20, 2019
  15. Apr 30, 2019
  16. Apr 20, 2019
  17. Apr 17, 2019
  18. Jan 31, 2019
  19. Nov 11, 2018
  20. Nov 03, 2018
  21. Oct 24, 2018
  22. Oct 08, 2018
  23. Oct 06, 2018
  24. Jul 14, 2018
    • Mike McQuaid's avatar
      Disable more deprecations. · 5c6ef3d9
      Mike McQuaid authored
      - Turn more old `odeprecated` into `odisabled`
      - Remove more old `odisabled`
      - Remove code for older Ruby versions
      5c6ef3d9
  25. Apr 25, 2018
  26. Apr 08, 2018
  27. Mar 31, 2018
    • Mike McQuaid's avatar
      Remove mentions to official taps · 49038a2c
      Mike McQuaid authored
      There are none remaining. We don’t want PHP to get the deprecated
      messages until all formulae have been deleted so that will be in a
      later PR.
      49038a2c
  28. Oct 08, 2017
  29. Apr 22, 2017
    • Mike McQuaid's avatar
      More deprecations. · ba3c46d2
      Mike McQuaid authored
      Deprecate more methods. Internal APIs have been verified to be unused
      elsewhere and removed. External APIs have had deprecation methods added.
      Existing deprecations have been either upgraded to produce warnings or
      no longer deprecated and the reasoning documented.
      ba3c46d2
  30. Feb 27, 2017
    • Joshua McKinney's avatar
      Install tap command completions and manpages · 25396d9c
      Joshua McKinney authored
      Taps can include completion scripts for external commands under
      `completions/bash`, `completions/fish`, or `completions/zsh`. `brew tap`
      will automatically install these into the correct directories during
      install.
      25396d9c
  31. Oct 02, 2016
  32. Sep 17, 2016
  33. May 31, 2016
  34. Apr 11, 2016
  35. Apr 05, 2016
    • ilovezfs's avatar
      tap: support --full even if installed · fad235d8
      ilovezfs authored
      
      Makes `tap` re-runnable and unshallows when requested with `--full`.
      Tapping with a different URL raises an exception.
      
      The homebrew/core tap cannot be untapped with `untap` so running
      `brew tap --full homebrew/core` is now a built-in way to get a full
      clone of this tap without resorting to workarounds.
      
      Closes #17.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      fad235d8
  36. Apr 02, 2016
    • Xu Cheng's avatar
      remove migrate_taps · 56cb3325
      Xu Cheng authored
      We don't need to migrate the tapped formulae from symlink-based to
      directory-based structure any more.
      
      Instead, we add core tap install check for `brew update-report` which
      will be invoked by `brew update`.
      56cb3325
Loading