aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2014-10-26Import docs from wiki.Mike McQuaid
Closes #33211.
2014-10-18Use YARD for API documentation.Mike McQuaid
Massive TODO. We'll get there eventually...
2014-09-24Generate RDoc documentation.Mike McQuaid
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 #32470.
2014-04-23LICENSE: move to root folder.Mike McQuaid
This is where people expect to find it so let's make it easier. Closes #28418.
2014-02-23CODEOFCONDUCT: add Homebrew CoC, diversity doc.Mike McQuaid
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 #26904.
2013-04-06Add Kickstarter supporters file.Mike McQuaid
2013-03-30brew-pin: prevent selected formulae from upgrade.Simon Sigurdhsson
* 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 #18386. Closes #18515. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-10-03Add Contributing Guidelines.Mike McQuaid
2012-03-16Prevent tapped symlinks showing up in git statusMax Howell
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.
2012-03-16`brew tap` and `brew untap`Max Howell
2011-08-24Record which keg is linkedMax Howell
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.
2010-10-30Fix .gitignore to allow add bin/brew without -fAdam Vandenberg
2010-06-13Man page for HomebrewChristopher Sexton
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
2009-12-18Ignore .DS_Store, everywhereTheo
2009-09-29Fixes .gitignoreMax Howell
So now it does ignore new stuff in root but not in the dirs we like.
2009-09-28Change .gitignore to specifically include files we want tracked.Ben Alpert
Closes #66
2009-09-16Added 'man' to be ignoredHunter Morris
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.
2009-09-01ignore sbinBrett Porter
Signed-off-by: Max Howell <max@methylblue.com>
2009-07-23Improvements to cmake installMax Howell
2009-07-10More sensible .gitignoreMax Howell
2009-06-04Created /Library moved brew tool to /binMax Howell
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.
2009-05-21Improved .gitignoreMax Howell
2009-05-21The core tree, and some formulaeMax Howell