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. Feb 12, 2017
  3. Jan 13, 2017
  4. Dec 28, 2016
  5. Oct 02, 2016
  6. Sep 17, 2016
  7. Aug 31, 2016
  8. Aug 28, 2016
  9. 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
  10. 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
  11. Apr 16, 2016
  12. Apr 11, 2016
  13. Nov 19, 2015
  14. Sep 16, 2015
  15. Aug 03, 2015
  16. 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
  17. Jul 05, 2015
  18. Jun 03, 2015
  19. May 30, 2015
  20. May 29, 2015
  21. May 20, 2015
  22. Mar 23, 2015
  23. Jun 20, 2014
  24. May 07, 2014
  25. Feb 28, 2014
  26. Nov 03, 2013
  27. Oct 31, 2013
  28. Jul 10, 2013
  29. Jun 23, 2013
  30. Jun 10, 2013
  31. May 11, 2013
  32. Apr 14, 2013
  33. Mar 06, 2013
  34. Jan 27, 2013
  35. 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
Loading