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. Aug 03, 2015
  2. Jul 22, 2015
    • Alex Dunn's avatar
      cmd/deps: --tree shows required dependencies only · d2c1a182
      Alex Dunn authored
      Until we figure out how to allow --tree to show optional dependencies in
      a way that fits on a normal screen, this helps to explain the
      discrepancy between `brew deps` and `brew deps --tree`.
      
      Closes Homebrew/homebrew#41841.
      Closes Homebrew/homebrew#41947.
      d2c1a182
  3. Jul 05, 2015
  4. Jun 03, 2015
  5. May 30, 2015
  6. May 29, 2015
  7. May 20, 2015
  8. Mar 23, 2015
  9. Jun 20, 2014
  10. May 07, 2014
  11. Feb 28, 2014
  12. Nov 03, 2013
  13. Oct 31, 2013
  14. Jul 10, 2013
  15. Jun 23, 2013
  16. Jun 10, 2013
  17. May 11, 2013
  18. Apr 14, 2013
  19. Mar 06, 2013
  20. Jan 27, 2013
  21. Jan 14, 2013
    • Jack Nagel's avatar
      Remove <=> from Dependency interface · e629f14d
      Jack Nagel authored
      It is important that dep equality corresponds to the name attribute, but
      we may want to use the Comparable interface to sort them by installation
      order in the future. Code that needs to sort them alphabetically should
      just use sort_by.
      e629f14d
  22. Apr 12, 2012
  23. Feb 04, 2012
  24. Nov 28, 2011
  25. Jun 16, 2011
  26. Apr 14, 2011
  27. Apr 11, 2011
  28. Mar 13, 2011
    • Max Howell's avatar
      `brew deps foo bar` now gives the dependency intersection · e96744eb
      Max Howell authored
      Rationale: this is more useful than the union, and you can still easily get the union by running the command twice and concatenating the result.
      e96744eb
    • Max Howell's avatar
      Refactor the brew command into one file per command · 76891028
      Max Howell authored
      The code was sucking. To the extent that maintenance was hard. It's a lot
      easier to work with code that is sensibly split at sensible boundaries. So
      now it is more like that.
      
      But the refactor is minimal. Because we don't want you to have more merge
      hell than absolutely necessary.
      
      If you merge you will need to pay attention to brew.h.rb (as it is deleted)
      and bin/brew (as command logic is gone). It will be painful, but you will just
      have to help git out by moving any changes around manually.
      
      Note compatibility.rb. It ensures that any function renames or removals don't
      break anything. We're pretty serious about backwards compatibility. And that's
      because we encourage you to hack around with the innards. And we couldn't do
      that if we would then just make stuff disappear behind your back.
      76891028
Loading