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 .
- Jan 15, 2018
-
-
Mike McQuaid authored
- check in the Gemfile.lock - use a modern Ruby version - remove gem upper limits
-
- Jun 15, 2017
-
-
mansimarkaur authored
-
- Jun 01, 2017
-
-
JCount authored
also, unignore it.
-
- May 08, 2017
-
-
Mike McQuaid authored
This reverts commit 3e4547f5, reversing changes made to 6edf9382.
-
- May 07, 2017
-
-
Mike McQuaid authored
Homebrew's actually ended up using a fair few gems. While we want to avoid Bundler at runtime (and this PR still does that, in fact uses Bundler even less at runtime than it did before) writing our own version to use at build-time seems redundant.
-
- Apr 27, 2017
-
-
Mike McQuaid authored
Import new brew.sh CSS changes to improve the appearance of tables and links.
-
- Feb 28, 2017
-
-
Misty De Meo authored
This smooths over the transition for users who have an existing bundle config in this location due to having gems installed at the old path. Closes #2203. Signed-off-by:
Misty De Meo <mistydemeo@gmail.com>
-
- Jan 04, 2017
-
-
Mike McQuaid authored
GitHub now nicely generates a documentation site for us at http://brew.sh/brew based on our docs folder. Optimise the output of this and the GitHub docs directory for readability and the various user groupings.
-
- Oct 30, 2016
-
-
Markus Reiter authored
-
- Sep 20, 2016
-
-
Alyssa Ross authored
-
Mike McQuaid authored
-
- Sep 10, 2016
-
-
Mike McQuaid authored
This fixes the ignoring in libgit2 clients that don't read nested `.gitignore` files.
-
- Aug 20, 2016
-
-
Mike McQuaid authored
Also, check in this manpage, adjust the Rakefile and remove the old one. Fixes #731.
-
- Aug 09, 2016
-
-
Mike McQuaid authored
-
- Jul 11, 2016
-
-
Xu Cheng authored
The vendor Ruby will be put inside `Library/Homebrew/vendor/portable-ruby/<version>`, with a symlink `Library/Homebrew/vendor/portable-ruby/current` pointed to it. In addition, a `Library/Homebrew/vendor/portable-ruby-version` will track the latest version of vendor binaries. This gives us version control on vendor Ruby and enables us to bump vendor Ruby whenever needed such as security update.
-
- Jun 08, 2016
-
-
Xu Cheng authored
Since #292, HOMEBREW_CACHE was moved to a per-user directory. This makes it unsuitable to store global lock files on multiple users environment. Therefore, introducing a global lock directory `/Library/Lock.d` to store lock files from formula lockers as well as `brew update`.
-
- Apr 03, 2016
-
-
Xu Cheng authored
* move shell completion scripts to where can be auto picked up Let's use switching new remote as opportunity to put shell completion scripts to where they should be and avoid git conflict during the process. * add Library/Formula and Library/Aliases symlinks Formulae and Aliases has been relocated to homebrew/core tap. The symlinks are pointed to new location to keep backward compatibility. * remove formula_renames and tap_migrations They have been replaced by the json files in the core tap. * update: set new remote * bump Homebrew version to 0.9.9
-
- Feb 18, 2016
-
-
Mike McQuaid authored
-
Dominyk Tiller authored
-
- Jan 06, 2016
-
-
Mike McQuaid authored
This new `.gitignore` format produces consistent/expected `git status` output with Git <2.7.0, Git >2.7.0 and libgit2 0.23.4. Closes Homebrew/homebrew#47721. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jan 05, 2016
-
-
Mike McQuaid authored
Closes Homebrew/homebrew#47710.
-
- Dec 07, 2015
-
-
Mike McQuaid authored
Remove duplication, link to the API documentation more often, tweak wording, add `@UniqMartin` as a maintainer, note `@jacknagel`'s and `@adamv`'s significant past contributions to Homebrew, delete some outdated or unneeded documentation, add some missing `Formula` API. entries and simplify/improve `CONTRIBUTING.md`. Closes Homebrew/homebrew#46179. Closes Homebrew/homebrew#46618. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Sep 18, 2015
-
-
Mike McQuaid authored
Closes Homebrew/homebrew#43976. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Aug 10, 2015
-
-
CNA-Bld authored
-
- Jul 22, 2015
-
-
Xu Cheng authored
-
- Jul 21, 2015
-
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#41890. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
- Jul 13, 2015
-
-
Mike McQuaid authored
libgit2 clients struggle at parsing these otherwise because of how we set up our ignore rules. And remove now unneeded formula ignore rule. Closes Homebrew/homebrew#41593. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Oct 26, 2014
-
-
Mike McQuaid authored
Closes Homebrew/homebrew#33211.
-
- Oct 18, 2014
-
-
Mike McQuaid authored
Massive TODO. We'll get there eventually...
-
- Sep 25, 2014
-
-
Mike McQuaid authored
This is currently still very messy and we probably want to work out the best way to declare what parts of our DSL/what files are "public". Still, even if this is a WIP I'd rather get something committed sooner rather than later and start iterating on this as a replacement for `example_formula.rb` and the formula cookbook. To test: ```bash cd $(brew --prefix)/Library/Homebrew && \ rdoc formula.rb requirement.rb utils.rb &&\ open doc/index.html ``` Closes Homebrew/homebrew#32470.
-
- Apr 23, 2014
-
-
Mike McQuaid authored
This is where people expect to find it so let's make it easier. Closes Homebrew/homebrew#28418.
-
- Feb 23, 2014
-
-
Mike McQuaid authored
Add the Homebrew Code of Conduct and Diversity statement. These are heavily based on those created by Python: http://www.python.org/psf/codeofconduct/ http://www.python.org/community/diversity/ Closes Homebrew/homebrew#26904.
-
- Apr 07, 2013
-
-
Mike McQuaid authored
-
- Mar 31, 2013
-
-
Simon Sigurdhsson authored
* Added `pin` et. al. to manpage. * Added `brew pin` to `brew.1` * Added `brew unpin` to `brew.1` * Added `brew list --pinned` to `brew.1` * Added information about frozen formulae to `brew upgrade` in `brew.1` * Added `pin` et.al. to completion scripts. * Unpin formulae when uninstalling them * Unpin and re-pin formulae when upgrading (avoids stale symlink) References Homebrew/homebrew#18386. Closes Homebrew/homebrew#18515. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Oct 03, 2012
-
-
Mike McQuaid authored
-
- Mar 17, 2012
-
-
Max Howell authored
The symlinks taps write to Formula show up in git status, but this trick prevents this. brew-(un)tap maintain a .gitignore in Formula that contains all the symlinks brew-tap creates. We add the .gitignore to the root .gitignore and TADA! Magic.
-
Max Howell authored
-
- Aug 25, 2011
-
-
Max Howell authored
Will be useful for a variety of reasons, but for now, I'm just using it to ensure install won't install again if something is already installed (use brew upgrade instead). But means that brew switch and that can work properly etc.
-
- Oct 31, 2010
-
-
Adam Vandenberg authored
-
- Jun 14, 2010
-
-
Christopher Sexton authored
Includes: generator script, ronn source, manpage output Signed-off-by:
Adam Vandenberg <flangy@gmail.com> Man page updates. * Generator command is now an external command with additional options * Added more brew commands * Tweaks and reformats
-