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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- May 30, 2017
-
-
Mike McQuaid authored
-
- Feb 12, 2017
-
-
Alyssa Ross authored
Discussed in https://github.com/Homebrew/brew/pull/1987/files#r100693581. This was originally ommitted because it wasn't compatible with Ruby 1.8. (See https://github.com/Homebrew/legacy-homebrew/pull/48144#r49928971).
-
- Jan 13, 2017
-
-
Andrew Janke authored
-
- Dec 28, 2016
-
-
Andrew Janke authored
-
- Oct 02, 2016
-
-
Markus Reiter authored
-
- Sep 17, 2016
-
-
Mike McQuaid authored
-
- Aug 31, 2016
-
-
Mike McQuaid authored
-
- Aug 28, 2016
-
-
Steven Peters authored
Add --full-name option to brew deps command, which displays the full name of dependencies.
-
- Jun 11, 2016
-
-
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:
ilovezfs <ilovezfs@icloud.com>
-
- May 03, 2016
-
-
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:
Martin Afanasjew <martin@afanasjew.de>
-
- Apr 16, 2016
-
-
Xu Cheng authored
Also add options to include optional/build deps and an option to skip recommended deps. Closes Homebrew/legacy-homebrew#50066.
-
- Apr 11, 2016
-
-
Max Nordlund authored
-
- Nov 19, 2015
-
-
Alexis Hildebrandt authored
Use proper BOX DRAWINGS LIGHT VERTICAL unicode character. Closes Homebrew/homebrew#46158. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
- Sep 16, 2015
-
-
Xu Cheng authored
Fixes Homebrew/homebrew#43955 Closes Homebrew/homebrew#43966. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Aug 03, 2015
-
-
BrewTestBot authored
Closes Homebrew/homebrew#42354. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jul 22, 2015
-
-
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.
-
- Jul 05, 2015
-
-
Misty De Meo authored
Fixes Homebrew/homebrew#41365.
-
- Jun 03, 2015
-
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#40233. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
- May 30, 2015
-
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#40018. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
- May 29, 2015
-
-
Xu Cheng authored
-
- May 20, 2015
-
-
Xu Cheng authored
Closes Homebrew/homebrew#39906. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Mar 23, 2015
-
-
Mike McQuaid authored
-
- Jun 20, 2014
-
-
Jack Nagel authored
-
- May 07, 2014
-
-
tduehr authored
The default behavior of `brew deps foo bar` is to return the intersection of the deps of foo and bar. This option returns the union. Closes Homebrew/homebrew#27480. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Feb 28, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Nov 03, 2013
-
-
Jack Nagel authored
The default mode is intended to display recursive dependencies, with the `--1` flag to display only one level.
-
- Oct 31, 2013
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jul 10, 2013
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#21113.
-
- Jun 23, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jun 10, 2013
-
-
Jack Nagel authored
-
- May 11, 2013
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#17550. Closes Homebrew/homebrew#19668.
-
- Apr 14, 2013
-
-
Jaime Marquínez Ferrándiz authored
Closes Homebrew/homebrew#18835. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Mar 06, 2013
-
-
Matt Torok authored
When deps command is passed this option, it will only show the dependencies for the installed forumas. This option overrides the '--all' option. Closes Homebrew/homebrew#18276. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jan 27, 2013
-
-
Jack Nagel authored
-
- Jan 14, 2013
-
-
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.
-