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 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
-
- Dec 19, 2009
-
-
Theo authored
-
- Sep 30, 2009
-
-
Max Howell authored
So now it does ignore new stuff in root but not in the dirs we like.
-
- Sep 29, 2009
-
-
Ben Alpert authored
Closes Homebrew/homebrew#66
-
- Sep 16, 2009
-
-
Hunter Morris authored
Signed-off-by:
Max Howell <max@methylblue.com> Homebrew doesn't install to man, but if it's already there, we should indeed ignore it.
-
- Sep 01, 2009
-
-
Brett Porter authored
Signed-off-by:
Max Howell <max@methylblue.com>
-
- Jul 23, 2009
-
-
Max Howell authored
-
- Jul 10, 2009
-
-
Max Howell authored
-
- Jun 05, 2009
-
-
Max Howell authored
Moved Forumla and Cellar/homebrew into Library. This way the homebrew core files are more sensibly placed, Cellar is more internally consistent and only generated. And Homebrew is ready for use straight out of the tarball.
-
- May 21, 2009
-
-
Max Howell authored
-
Max Howell authored
-