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 06, 2016
-
-
Martin Afanasjew authored
- Reorder listed commands to better reflect a typical workflow (search, then query for details via `info` and friends, then install, later update and upgrade, at last maybe uninstall). - Remove niche `pin` and `unpin` commands. - Drop `--env` in the Troubleshooting section. And use `/REGEX/` instead of `/PATTERN/` to be clearer what is expected. Closes #177. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Martin Afanasjew authored
This primarily benefits CLT-only systems where invoking the `xcodebuild` wrapper in `/usr/bin` will fail (twice) with the following message: xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance Closes #198. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Martin Afanasjew authored
Due to a typo, the range of LLVM build versions 2066 to 2325 were never matched and thus Xcode 3.2.0 could never be inferred from that. (Only relevant for legacy systems. Doesn't seem to have impacted any users.)
-
- May 05, 2016
-
-
Martin Afanasjew authored
-
Andrew Janke authored
MacOS::Xcode.version may be nil (when neither Xcode nor CLT are installed), so guard against that where it may happen in `brew doctor`.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- May 04, 2016
-
-
Martin Afanasjew authored
Fix bug originating in #132.
-
Dominyk Tiller authored
Closes #184. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Dominyk Tiller authored
-
- 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>
-
Score_Under authored
This causes truncate to simply return the original string if the terminal is not very wide, or if the terminal is unsupported.
-
Andrew Janke authored
-
Mike McQuaid authored
`brew update` can cause these so `brew update` should repair these.
-
Mike McQuaid authored
- When running `brew update` and there’s been no changes from upstream on any repositories there’s no need to call the (relatively) slow `brew update-report` when we already know what it will say (“Already up-to date.”). - When any`git fetch`es fail then throw out an error at the end of the output and produce a failing exit code (closes #65).
-
Mike McQuaid authored
-
Mike McQuaid authored
Global namespaces are good to avoid when possible.
-
Andrew Janke authored
Do the bottle check using any platform's bottle, so `brew pull` works on bottled formulae which don't include a bottle for the current system. Make output more concise and informative * Remove expected download error messages when waiting for Bintray publishing * Replace patch download progress bars with patch file name * Silence git output about switching to and from bottle-pulling branch * Include formula name and patch type in some progress messages
-
Andrew Janke authored
Fixes #170
-
Andrew Janke authored
Fixes #106
-
Mike McQuaid authored
This doesn't work as expected and causes confusing user errors. References #95.
-
Toru Tanaka authored
-
Andrew Janke authored
-
Martin Afanasjew authored
Replace `homebrew` with `brew`, `homebrew-core`, or `legacy-homebrew` depending on context. Closes #175. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Martin Afanasjew authored
Replace `homebrew` with `brew`, `homebrew-core`, or `legacy-homebrew` depending on context.
-
Martin Afanasjew authored
Replace `homebrew` with `brew`, `homebrew-core`, or `legacy-homebrew` depending on context.
-
Martin Afanasjew authored
Closes #178. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
- May 02, 2016
- May 01, 2016
-
-
Xu Cheng authored
-
Uladzislau Shablinski authored
-
Xu Cheng authored
-
Vlad Shablinsky authored
Closes #171. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
ilovezfs authored
The exit status of pbpaste is a proxy for whether the user has set up reattach-to-user-namespace. It should be 0 if it is set up, 1 otherwise. This is the same hack as Homebrew/homebrew-services#48.
-
Zhiming Wang authored
This way analytics related settings and parameters (currently analyticsdisabled, analyticsmessage and analyticsuuid) are all kept in the same place. Note that in this commit we offer a path of migration: if ~/.homebrew_analytics_user_uuid already exists, read the UUID from it, write to homebrew.analyticsuuid, and remove it. See more detailed discussions in #145. Closes #162. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
- Apr 30, 2016
-
-
Izaak Beekman authored
-
Uladzislau Shablinski authored
-