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 .
- Aug 20, 2016
-
-
Mike McQuaid authored
Make "brew man" also generate Cask's manpage.
-
Mike McQuaid authored
Also, check in this manpage, adjust the Rakefile and remove the old one. Fixes #731.
-
Martin Afanasjew authored
bump-formula-pr: return to starting branch
-
Martin Afanasjew authored
bump-formula-pr now creates non-tracking branches
-
Mike McQuaid authored
Remove LOAD_PATH warning from Hbc::CLI::Doctor.
-
Mike McQuaid authored
Install Cask’s default tap if untapped.
-
Mike McQuaid authored
Use dummy containers for cask tests.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
Remove Cask developer scripts.
-
Jason Karns authored
After branching, bumping, pushing, and pr-ing; return to whatever branch was originally checked out. In most cases, I'd imagine users to want to continue receiving tap updates from master. However, after using bump-formula-pr, the tap in which the formula was bumped is left on the working branch that was doing the bumping and pull-request. After opening the PR, we should return to whatever branch the user originally had checked out – most likely master. (But git allows us to just say "previous branch" by using `-`)
-
Markus Reiter authored
-
Andrew Janke authored
-
- Aug 19, 2016
-
-
Mike McQuaid authored
Add permit_weak_imports directive
-
Mike McQuaid authored
Formula-Cookbook: document head branch default.
-
Jason Karns authored
Without `--no-track`, some git setups may automatically set `origin/master` as the tracked upstream for the newly created branch. This upstream is what hub defaults as --head when opening PRs. By not allowing git to set `origin/master` as upstream, hub can then use the proper --head for the PR. Since hub still needs to know what --head is intended to be, we can set the branch's upstream when pushing: with the --set-upstream option. Fixes #755
-
Mike McQuaid authored
`--HEAD` defaults to `:branch => "master"` so document that. Closes #722.
-
Mike McQuaid authored
diagnostic: ignore duplicated `brew-cask` commands
-
Mike McQuaid authored
Bottles: bottle revision is now called rebuild.
-
Xu Cheng authored
download_strategy: check if commit nil
-
Mike McQuaid authored
These are intentionally duplicated for now until the Cask migration is complete.
-
Mike McQuaid authored
Move Cask core code to Homebrew
-
AnastasiaSulyagina authored
-
AnastasiaSulyagina authored
-
Mike McQuaid authored
Forgot this in #731.
-
Mike McQuaid authored
Rename bottle's revision to rebuild.
-
Vlad Shablinsky authored
-
Andrew Janke authored
-
Dominyk Tiller authored
xcode: update expected clang for macOS 10.12
-
Dominyk Tiller authored
-
ilovezfs authored
Closes #746. Signed-off-by:
ilovezfs <ilovezfs@icloud.com>
-
ilovezfs authored
version: fix parsing of URLs ending with version
-
Mike McQuaid authored
-
- Aug 18, 2016
-
-
Mike McQuaid authored
Add Formula Cookbook entry and audit check for version_scheme
-
Mike McQuaid authored
Reference the revision value so it's more obvious that this does not refer to e.g. a SCM revision.
-
Mike McQuaid authored
Reuse the existing `revision` method that was made more generic.
-