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 .
- Sep 21, 2016
-
-
Joseph Frazier authored
When exactly two versions of a package were installed, the uninstall message should not read "Remove them all with...", since only one version remains. "Remove all versions with..." is flexible enough to avoid being interpreted as grammatically incorrect, and it still accurately describes the general behavior of `brew uninstall --force`.
-
Mike McQuaid authored
update.sh: tweak tag handling.
-
Mike McQuaid authored
- Don't let the `UPSTREAM_TAG` variable bleed into future repository checks. - Even if the tag branch is an ancestor of the tag ensure that it's forced back to the tag anyway.
-
Mike McQuaid authored
readme update: it's version 1.0 already
-
Nikolay Labinskiy authored
-
Mike McQuaid authored
update.sh: update to latest Homebrew/brew tag.
-
Mike McQuaid authored
To test the tag update functionality allow setting `HOMEBREW_UPDATE_TO_TAG`.
-
Mike McQuaid authored
Rather than following every change on `master` let’s have non-developer users (i.e. those who have never run a `dev-cmd` or set `HOMEBREW_DEVELOPER`) update between tags. This provides a fairly natural beta (the `master` branch`) and stable (the tags) approach without restricting us to any particular way of managing our tags.
-
Zhiming Wang authored
PULL_REQUEST_TEMPLATE.md: Fix CONTRIBUTING.md link
-
Shaun Jackman authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Update: ensure tags are fetched
-
Markus Reiter authored
Update `brew-cask` man page and simplify `brew man`.
-
Mike McQuaid authored
-
Mike McQuaid authored
We use these for updating people who just follow tags.
-
- Sep 20, 2016
-
-
Mike McQuaid authored
Closes #1040.
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
Rearrange repository
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Readme tweaks
-
Mike McQuaid authored
update-report: migrate on newer auto-update.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
If we have a `brew.sh` which has set `HOMEBREW_ENABLE_AUTO_UPDATE_MIGRATION` then let's allow an auto-update migration. That's because it contains the fix below it _before_ the update happened which means the auto-update won't fail in the same way as if updating from an old version.
-
Mike McQuaid authored
test-bot: always set PATH to HOMEBREW_PREFIX.
-
Mike McQuaid authored
Set the `PATH` to always have the `bin` and `sbin` for the current `HOMEBREW_PREFIX` at the beginning.
-
Mike McQuaid authored
os: update Linux troubleshooting url
-
Mike McQuaid authored
No auto update migration
-
Mike McQuaid authored
os/mac: mark Mavericks as outdated.
-
Mike McQuaid authored
Use user GEM_HOME for installing gems
-
Mike McQuaid authored
Save runtime dependencies in INSTALL_RECEIPT.json
-
Mike McQuaid authored
-