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. Feb 24, 2015
  2. Feb 18, 2015
  3. Feb 09, 2015
  4. Jan 04, 2015
  5. Dec 28, 2014
  6. Dec 20, 2014
  7. Nov 21, 2014
  8. Nov 17, 2014
  9. Oct 26, 2014
  10. Sep 25, 2014
  11. Sep 19, 2014
  12. Jul 24, 2014
  13. Jun 19, 2014
  14. Jun 04, 2014
  15. May 27, 2014
    • Jack Nagel's avatar
      Undocument search features that no longer exist · f0bffe80
      Jack Nagel authored
      Due to the fragility of the code, this functionality was removed in
      recent refactorings of the tap code.
      
      It is possible to restore these features, but it needs to be done in
      a cleaner, more maintainable way.
      
      Closes Homebrew/homebrew#29585.
      f0bffe80
  16. May 19, 2014
  17. May 18, 2014
  18. May 17, 2014
  19. May 07, 2014
  20. May 01, 2014
  21. Apr 28, 2014
  22. Apr 08, 2014
  23. Mar 16, 2014
  24. Mar 11, 2014
  25. Mar 09, 2014
    • Jack Nagel's avatar
      Remove "--fresh" option from installer · ce93c75f
      Jack Nagel authored
      Turns out that this doesn't really work at all. `brew install` _never_
      reuses options in the first place, and using this option with `brew
      upgrade` results in some nasty corner cases in passing options to
      dependencies.
      ce93c75f
  26. Mar 08, 2014
  27. Mar 05, 2014
  28. Mar 03, 2014
  29. Mar 01, 2014
  30. Feb 24, 2014
  31. Jan 12, 2014
  32. Dec 20, 2013
    • Steven Peters's avatar
      install: add --only-dependencies option · b5249432
      Steven Peters authored
      
      The traditional approach to installing the dependencies of a formula is
      the following:
      
        brew install `brew deps formula`
      
      This approach ignores any options that are specified in the parent
      formula. This pull request adds a --only-dependencies option to brew
      install that installs the dependencies of a formula with optional flags,
      but returns before installing the parent formula.
      
      Closes Homebrew/homebrew#25272.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      b5249432
  33. Dec 15, 2013
  34. Nov 18, 2013
Loading