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. May 30, 2017
  2. May 25, 2017
  3. May 09, 2017
  4. Apr 01, 2017
  5. Mar 20, 2017
  6. Mar 08, 2017
  7. Feb 24, 2017
  8. Feb 23, 2017
    • Naoto Kaneko's avatar
      Exclude executables from metafiles · d4df9d44
      Naoto Kaneko authored
      Exclude executables in #empty_installation? to avoid 'Empty
      Installation' error when only executable which name is the
      same as one of metafiles is installed.
      d4df9d44
  9. Feb 22, 2017
  10. Feb 20, 2017
  11. Feb 11, 2017
  12. Feb 10, 2017
  13. Jan 20, 2017
  14. Jan 09, 2017
  15. Jan 07, 2017
  16. Jan 01, 2017
  17. Dec 31, 2016
  18. Dec 28, 2016
    • Alyssa Ross's avatar
      keg: fix dependents with unavailable formulae · 3a27d812
      Alyssa Ross authored
      Because of an accidental use of `=` instead of `==`, the source formula
      check would be skipped when determining if a keg depended on another one
      (so only the versions would be compared).
      
      Fixed that comparison, and updated the corresponding test.
      
      Glad I caught that!
      3a27d812
    • Alyssa Ross's avatar
      keg: installed dependencies of unknown formulae · e5d7e13c
      Alyssa Ross authored
      Previously, trying to resolve the dependencies of a keg would raise an
      exception if the formulae for any of the dependencies could not be found
      (e.g. if it had been moved to another tap).
      
      This commit updates the dependency finding logic to catch these
      exceptions, and fall back to comparing names and taps of formulae, which
      should give the correct behaviour.
      
      Fixes #1586.
      e5d7e13c
  19. Dec 11, 2016
  20. Dec 08, 2016
    • Zach Whaley's avatar
      caveats: Differentiate zsh completion files and function files · 14f46625
      Zach Whaley authored
      When installing a file to zsh/site-functions directory, it is assumed this is a zsh completion file,
      and the zsh completion caveat is printed after installation.
      
      But not all files in the zsh/site-functions directory are completion files.
      Some are files for functions that can be loaded on demand with zsh's autoload command.
      
      - Edit Keg.completion_installed to search specifically for files in the zsh/site-functions
        directory starting with an underscore only (By convention, zsh completion files start with an underscore)
      - Add Keg.zsh_functions_installed to search for non-completion files in the zsh/site-functions
      - Add Caveats.zsh_function_caveats to print a caveat if non-completion files have been installed
        to zsh/site-functions
      14f46625
  21. Dec 05, 2016
    • Zach Whaley's avatar
      Add a method for installing fish function files · 1995f653
      Zach Whaley authored
      Fish shell allows third-party software vendors to put their own function files in a directory for their software.
      For brew installed Fish shell, this is /usr/local/share/fish/vendor_functions.d
      1995f653
  22. Nov 14, 2016
    • Alyssa Ross's avatar
      keg: don't rely on #to_formula · f7f72093
      Alyssa Ross authored
      It doesn't always work.
      For example, a keg could have been installed with a formula from a
      URL, which Homebrew now does not know how to access.
      
      Fixes #1496.
      f7f72093
  23. Oct 26, 2016
Loading