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 .
- Dec 18, 2013
-
-
Mike McQuaid authored
Fixes Homebrew/homebrew#25282.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Dec 17, 2013
-
-
Adam Vandenberg authored
-
- Dec 16, 2013
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#24680.
-
Chris Kampmeier authored
`brew doctor` always complains about uncommitted modifications to Homebrew when you have status.branch=true in your git config, because the implicit --branch makes `git status -s` always print branch/tracking info. The --porcelain mode is similar to -s/--short, but ignores most of the user's config and should remain stable. The --untracked-files option ensures we'll see untracked files even for users with status.showUntrackedFiles=no, which is not suppressed by --porcelain for some reason. Closes Homebrew/homebrew#25230. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Dec 15, 2013
-
-
Misty De Meo authored
10.9 users might have older CLT receipts sitting around, which could result in bad pkgutil results. For example, before changing this, my `brew --config` was printing '1.0' (the 10.7 version) instead of '5.0.1.0.1.1382131676', the actual CLT I had installed.
-
Mike McQuaid authored
Closes Homebrew/homebrew#25211.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Dec 14, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Every caller of install_names_for loops over the yielded array. Now that we have separated the dylib id calculation and update, we can eliminate the need for a separate loop and yield each install name individually. Rename this method to "each_install_name_for" for clarity.
-
Jack Nagel authored
The dylib id calculation does not use any information gathered in install_names_for, so we can pull the logic out completely and only yield the install names.
-
Jack Nagel authored
-
Jack Nagel authored
Calling Pathname#text_executable? reads in the first 1024 bytes of the file, so try the basename check (which requires no filesystem access) first.
-
Jack Nagel authored
-
Jack Nagel authored
-
Misty De Meo authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#25192.
-
Misty De Meo authored
-
Misty De Meo authored
Since a bad xcode-select path can cause many brew commands to freeze, it's worth warning users and bailing out as early as possible. The doctor check wasn't good enough, since the doctor could freeze before the warning about this was ever printed.
-
- Dec 13, 2013
-
-
Bovard Tiberi authored
Closes Homebrew/homebrew#25170. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
-
Osman Currim authored
First autocompletes on the names of installed packages and then autocompletes on available versions for that specific package Closes Homebrew/homebrew#25051. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
This prevents interleaved output, e.g. when running with Ruby warnings turned on.
-
Jack Nagel authored
-
Jack Nagel authored
-