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 16, 2014
-
-
Geoff Nixon authored
Closes Homebrew/homebrew#29294. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- May 02, 2014
-
-
Adam Vandenberg authored
-
- Apr 26, 2014
-
-
Jack Nagel authored
-
- Apr 25, 2014
-
-
Tsukasa OMOTO authored
This commit supports "-" and "_" in names of user and repository. Closes Homebrew/homebrew#28203. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Apr 18, 2014
-
-
David Turner authored
Handle formula URLs with query parameters. This is useful for fetching formulas from cgit repositories, which uses ?h= to choose branches. Closes Homebrew/homebrew#28314. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Apr 08, 2014
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#28234.
-
- Apr 06, 2014
-
-
Jack Nagel authored
This means that tapped formula will always have the correct path, and we can stop calling realpath everywhere.
-
Jack Nagel authored
-
Jack Nagel authored
`brew install ./foo` treats `./foo` like `./foo.rb`. This requires a confusing special case in the name resolution logic and doesn't make a whole lot of sense from a UX perspective. Drop support for this. The argument should be an absolute path, a relative path, or a formula name, rather than a hybrid. cf. https://github.com/Homebrew/homebrew/issues/23430#issuecomment-26776962
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Now we can avoid computing the path twice in the common case.
-
Jack Nagel authored
Much of the name resolution done in Formula.canonical_name is repeated Formulary.factory. Here we eliminate the repeated work by duplicating the code from canonical_name. Later we will refactor it so that both methods can share the bulk of the logic.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Apr 04, 2014
-
-
Jack Nagel authored
-
- Mar 08, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Mar 01, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Feb 21, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Feb 20, 2014
-
-
Jack Nagel authored
When the path argument to the Formula constructor is omitted, the instance's path attribute is created using the Formula.path class method. However, we have already done this work, so we can just pass it into the constructor. This translates to one less call to Pathname#to_s per formula, or about 2600 calls when running `brew readall`.
-
Jack Nagel authored
-
Jack Nagel authored
-
- Dec 10, 2013
-
-
Jack Nagel authored
Before: f1 = Formula.factory('tree') f1.versions f2 = Formula.factory('tree') f1.class == f2.class # => false After: f1 = Formula.factory('tree') f1.versions f2 = Formula.factory('tree') f1.class == f2.class # => true
-
- Sep 26, 2013
-
-
Jack Nagel authored
Closes Homebrew/homebrew#22833.
-
- Aug 06, 2013
-
-
Camillo Lugaresi authored
Closes Homebrew/homebrew#21680. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Aug 04, 2013
-
-
Mike McQuaid authored
-
- Jul 19, 2013
-
-
Mike McQuaid authored
-
- Jul 04, 2013
-
-
Mike McQuaid authored
-
- Jul 03, 2013
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#19177.
-
- Jul 01, 2013
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#20926.
-
Adam Vandenberg authored
Closes Homebrew/homebrew#20920.
-