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. Sep 08, 2020
  2. Aug 31, 2020
  3. Aug 27, 2020
  4. Aug 07, 2020
    • Mike McQuaid's avatar
      Fix --formula and --cask flags. · 3875f167
      Mike McQuaid authored
      These were all made `--formulae` and `--casks` for consistency but that
      doesn't behave as expected because they have special behaviours in
      `args`. Instead, use the singular form everywhere.
      Unverified
      3875f167
  5. Aug 06, 2020
  6. Aug 04, 2020
  7. Jul 29, 2020
  8. Jul 18, 2020
  9. Jul 06, 2020
  10. Jul 05, 2020
  11. Jun 26, 2020
  12. Jun 25, 2020
  13. Jun 23, 2020
  14. Jun 18, 2020
  15. May 22, 2020
  16. May 20, 2020
  17. Apr 28, 2020
  18. Apr 26, 2020
  19. Apr 05, 2020
  20. Oct 27, 2019
  21. Oct 21, 2019
  22. Sep 08, 2019
  23. Sep 06, 2019
  24. Aug 21, 2019
    • Louis Bergelson's avatar
      Improve ZSH completion so local formula files are completable · 2927f069
      Louis Bergelson authored
      * brew completion in ZSH currently doesn't complete local formula files for most commands.
      * Updating the completion script to complete formula files as well as known formulas in places that it would makes sense to do so.
      * This includesFixes to __brew_formula_or_ruby_files
        * Remove redundant call to uncached brew search
        * Add missing ""
      Unverified
      2927f069
  25. Aug 19, 2019
  26. Jun 12, 2019
  27. Jun 09, 2019
  28. May 30, 2019
  29. May 02, 2019
  30. Apr 01, 2019
  31. Mar 08, 2019
  32. Mar 07, 2019
  33. Mar 06, 2019
    • dana's avatar
      completions/zsh: Improve caching behaviour · 95c1c8eb
      dana authored
      Fixes #5839
      
      - Eliminate reliance on external utility calls for cache invalidation
      - Update cache policy to also invalidate if cache file is >=2 weeks old or if
        tap indexes are non-existent
      - Do not override any cache policy the user might already have set
      - Handle default cache policy determination as early as possible to ensure that
        a default is set appropriately for all helpers (this will mostly be useful if
        other helpers need caching in the future)
      95c1c8eb
Loading