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. Oct 02, 2016
  2. Sep 17, 2016
  3. Aug 31, 2016
  4. Aug 28, 2016
  5. Jun 11, 2016
    • ilovezfs's avatar
      deps should respect skip-recommended · 63675084
      ilovezfs authored
      
      For example, `brew deps libass --skip-recommended` shouldn't print
      harfbuzz because, even though libass builds with harfbuzz when harfbuzz
      is not skipped, we asked to skip recommended, of which harfbuzz is one.
      
      The corresponding change is made for `brew uses` as well.
      
      Thanks to Xu Cheng for contributing the code. Any errors are mine.
      
      Closes #129.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      63675084
  6. May 03, 2016
    • Martin Afanasjew's avatar
      deps: split and clarify documentation · 6fdcab5a
      Martin Afanasjew authored
      
      `brew deps` has three different modes of operation that were not easy to
      infer from the existing documentation. Split the help text into three
      parts to make this clearer. This also improves on the confusion when
      options were silently ignored because they don't apply to a certain mode
      of operation. Those are:
      
      1. List the shared dependencies (either intersection or union) of
         explicitly named formulae with options for traversal depth/order.
      
      2. Output separate trees of explicitly listed or all installed formulae.
      
      3. List all available/installed formulae and their direct dependencies
         with one line per formula formatted as `<formula>: <dependencies>`.
      
      Closes #137.
      
      Closes #179.
      
      Signed-off-by: default avatarMartin Afanasjew <martin@afanasjew.de>
      6fdcab5a
  7. Apr 16, 2016
  8. Apr 11, 2016
  9. Nov 19, 2015
  10. Sep 16, 2015
  11. Aug 03, 2015
  12. 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
  13. Jul 05, 2015
  14. Jun 03, 2015
  15. May 30, 2015
  16. May 29, 2015
  17. May 20, 2015
  18. Mar 23, 2015
  19. Jun 20, 2014
  20. May 07, 2014
  21. Feb 28, 2014
  22. Nov 03, 2013
  23. Oct 31, 2013
  24. Jul 10, 2013
  25. Jun 23, 2013
  26. Jun 10, 2013
  27. May 11, 2013
  28. Apr 14, 2013
  29. Mar 06, 2013
  30. Jan 27, 2013
  31. 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
  32. Apr 12, 2012
  33. Feb 04, 2012
  34. Nov 28, 2011
  35. Jun 16, 2011
Loading