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 .
- Mar 18, 2012
-
-
Mike McQuaid authored
Fixes Homebrew/homebrew#10829.
-
Mike McQuaid authored
Fixes Homebrew/homebrew#10958.
-
Max Howell authored
-
Max Howell authored
Again, "Homebrew" is changed to "homebrew" before rendering to the user.
-
Max Howell authored
See previous commit's explanation.
-
Max Howell authored
We allow homebrew/dupes for instance, rather than Homebrew/dupes. Because nobody likes shifting in the terminal. In the process of doing this I discovered some case-insensitive filesystem bugs we have avoided before because I had the foresight to mandate lowercase in formula names. GitHub considers Homebrew and homebrew to be different (even though you can't create both). So we had to allow case insensitivity in tap input. I have made it now so the resulting directory however is lowercased, neatly avoiding the issue. And so we also downcase tap arguments when applying them to tap directories or formula.
-
Max Howell authored
-
Max Howell authored
The symlinks in Formula must be updated.
-
Max Howell authored
brew-update needs to be able to unsymlink removed stuff from taps too.
-
Max Howell authored
For when the symlink for a tap already exists and points to the thing we are about to symlink. This can happen, mostly because my code has sucked, but since the filesystem can be edited by the user at whim, it's possible then too.
-
Max Howell authored
Fixes Homebrew/homebrew#11018.
-
Adam Vandenberg authored
We warn if you are not running the latest Leopard or Snow Leopard. (We do not currently check Lion or Mountain Lion versions.)
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Mar 17, 2012
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#8870.
-
Max Howell authored
Fixes: $ brew tap adamv/alt ...blah blah blah.. $ brew tap josegonzalez/php ...blah blah blah... Warning: Could not tap josegonzalez/php/php over mxcl/master/php Where it should be "over adamv/alt/php".
-
Max Howell authored
-
Jack Nagel authored
So you can do e.g. $ brew install adamv<TAB> Display all 106 possibilities? (y or n) $ brew install adamv/alt/openss<TAB> adamv/alt/openssh adamv/alt/openssl098 adamv/alt/openssl100 Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Max Howell authored
Fixes Homebrew/homebrew#10994.
-
Max Howell authored
This means `brew search` always does some network operations. Which is a shame, but I think (for brew) fine. Probably the no-connectivity handling needs to be improved.
-
Max Howell authored
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Fixes Homebrew/homebrew#10951. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Max Howell authored
Whoops.
-
Max Howell authored
-
Max Howell authored
This shouldn't happen but is possible and we should handle it. Also added some puts when tapping/untapping.
-
Max Howell authored
I got fed up writing HOMEBREW_REPOSITORY/"Library" and also correcting mistakes when I did HOMEBREW_PREFIX instead.
-
Max Howell authored
Rationale: Let's not have duplicate-names. Insisting on only one directory lets the filesystem enforce this unique-naming criteria for us. We special-case adamv/alt for now, until we remove it.
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
Also propagate dependency info through exception if possible so the error message is more useful.
-
Max Howell authored
Since these cause trouble.
-
Max Howell authored
Required me to spoil tap's code. All in the name of DRY! Alas!
-
Max Howell authored
Rationale, lets only pay attention to the output when it matters. Speeding up diagnosis.
-
Max Howell authored
Note I removed some of the code that changed the URL to be that of the github.user. Because this doesn't make any sense really. We want people to reference the commit history for whatever fork of homebrew they have checked out. So this is now what it does.
-
Max Howell authored
Rationale: well, it should always have been like this! However now we are opening ourselves up to more-mixed installations of formula not maintained by us, it's important that
-
Max Howell authored
-
Max Howell authored
-