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 19, 2014
  2. Jul 24, 2014
  3. Jun 19, 2014
  4. Jun 04, 2014
  5. 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
  6. May 19, 2014
  7. May 18, 2014
  8. May 17, 2014
  9. May 07, 2014
  10. May 01, 2014
  11. Apr 28, 2014
  12. Apr 08, 2014
  13. Mar 16, 2014
  14. Mar 11, 2014
  15. 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
  16. Mar 08, 2014
  17. Mar 05, 2014
  18. Mar 03, 2014
  19. Mar 01, 2014
  20. Feb 24, 2014
  21. Jan 12, 2014
  22. 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
  23. Dec 15, 2013
  24. Nov 18, 2013
  25. Nov 17, 2013
  26. Nov 15, 2013
  27. Nov 11, 2013
  28. Nov 04, 2013
  29. Oct 30, 2013
  30. Oct 26, 2013
  31. Sep 25, 2013
  32. Sep 17, 2013
  33. Sep 03, 2013
    • Samuel John's avatar
      brew search <user>/<repo> [substring] · 9b755e5a
      Samuel John authored
      For example `brew search homebrew/science` to get a list of all formulae
      from that tap, even if not yet tapped.
      
      `brew search <user>/<repo>/<substr>` or
      `brew search <user>/<repo> <substr>` to grep for `<substr>`
      inside of the tap `<user>/<repo>`.
      9b755e5a
  34. Sep 02, 2013
  35. Aug 30, 2013
  36. Aug 20, 2013
  37. Aug 15, 2013
Loading