aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
AgeCommit message (Collapse)Author
2013-04-21Remove global methods from formulaeSimon Sigurdhsson
Removes any global methods from formulae, and moves #kext_prefix (which seems to be at least somewhat abstractable) into the Formula class. The only formula with global methods is now aspell; it (and its generating script in contrib) has been changed to prefix that method with `aspell_`, to minimize the risk of name collisions. Closes Homebrew/homebrew#19331. Closes Homebrew/homebrew#19343. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-13Document brew --envJack Nagel
Closes Homebrew/homebrew#19083.
2013-04-13Document --env=stdJack Nagel
2013-04-13Document brew link --forceJack Nagel
2013-04-11Make brew services use the correct filenameChad Catlett
Closes Homebrew/homebrew#19050. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11Add tap --repair to bash completion scriptRobson Peixoto
Closes Homebrew/homebrew#19113. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-09Fix man page formattingJack Nagel
2013-04-09Add `brew sh` to the manpageMax Howell
2013-04-03brew-server: clean upJack Nagel
2013-04-03brew-server: add Bootstrap stylingJan-Henrik Bruhn
Closes Homebrew/homebrew#18041. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-03Document `brew deps --installed`Jack Nagel
2013-03-30Fix typo for pin command in bash_completionJaime Marquínez Ferrándiz
Closes Homebrew/homebrew#18849. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 Homebrew/homebrew#18386. Closes Homebrew/homebrew#18515. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-03-28brew-readall: remove unused variableJack Nagel
2013-03-14add brew linkapps --systemIain Beeston
Added an option to linkapps to allow linking to /Applications rather than ~/Applications Closes Homebrew/homebrew#18196. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12brew switch: change optlinks for keg-only formulaeMisty De Meo
2013-03-05Added '--installed' option to `deps` command.Matt Torok
When deps command is passed this option, it will only show the dependencies for the installed forumas. This option overrides the '--all' option. Closes Homebrew/homebrew#18276. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-03brew-test-bot: fix bottle function name.Mike McQuaid
2013-03-03brew-switch: don't link keg-only brewsAdam Vandenberg
Closes Homebrew/homebrew#18169.
2013-02-18brew-mirror-check: fix error handlingJack Nagel
2013-02-18Rename Library/Contributions/cmds -> cmd.Mike McQuaid
2013-02-07Manpage: remove `brew install --force`.Adam Vandenberg
Closes Homebrew/homebrew#17654.
2013-02-05brew-pull: fix third-party tapsEashwar Ranganathan
Closes Homebrew/homebrew#17588. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-30Remove MD5 support.Mike McQuaid
Closes Homebrew/homebrew#17317.
2013-01-30Add SourceForge bottle mirror selection.Mike McQuaid
Use ENV['HOMEBREW_SOURCEFORGE_MIRROR']. Closes Homebrew/homebrew#15642. Closes Homebrew/homebrew#17368.
2013-01-29Improve the explanation of the verbose flags.Mike McQuaid
Closes Homebrew/homebrew#17181.
2013-01-29brew-linkapps creates symlinks againAdam Vandenberg
Revert "Prevent linkapps from creating duplicate aliases" Revert "linkapp: create Finder aliases" This reverts commit e1a68f1ffbac9dc8209cc9ac2c8f2e34d11867af. This reverts commit bf2e6023d1bac08739b4562e19e07db448f0aba3. Closes Homebrew/homebrew#15308.
2013-01-29Add 'instal' to completionsAdam Vandenberg
2013-01-26We use formulae as the plural of formula.Mike McQuaid
2013-01-26manpage: remove outdated MD5 references.Mike McQuaid
2013-01-26brew-mirror-check: Not using MD5 any more.Mike McQuaid
2013-01-26brew-test-bot: don't use stash --all; too new.Mike McQuaid
2013-01-19Document HOMEBREW_NO_EMOJI in manpageMisty De Meo
2013-01-07Fix brew-test-bot for new test DSL.Mike McQuaid
2013-01-06Document HOMEBREW_BROWSER and BROWSERAdam Vandenberg
2013-01-02brew-pull: add missing require.Mike McQuaid
2013-01-02brew-pull: cleanup installation options.Mike McQuaid
2013-01-01Add --homebrew-developer flagMike McQuaid
2012-12-25brew-test-bot: don't return success from git functionMike McQuaid
2012-12-22brew-test-bot: more Jenkins fixes and cleanup.Mike McQuaid
* Remove the unused HTML and commenting features. * Return a good status code. * Print command output on failure. * Test bottle installation.
2012-12-19brew-pull: Don't pipe diff stats through the pagerCharlie Sharpsteen
Pass the `--no-pager` flag to git when grabbing a diff summary for a patch as there is no good reason to invoke a pager for ~2-10 lines that the user must then exit manually.
2012-12-16brew test-bot: handle dependencies better.Mike McQuaid
2012-12-04brew-services: fix by using formula.plist_name.Aaron Suggs
Fixes errors like: ``` $ brew services restart mysql Error: Formula `mysql` not installed, #startup_plist not implemented or no plist file found ``` Closes Homebrew/homebrew#16378. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-12-01brew-test-bot: fix building hashes and cleanup.Mike McQuaid
2012-11-25brew-test-bot: fetch before install.Mike McQuaid
2012-11-25brew-test-bot: don't cleanup HOMEBREW_PREFIX.Mike McQuaid
2012-11-25brew-test-bot: general cleanup.Mike McQuaid
2012-11-25brew-test-bot: support commits as arguments.Mike McQuaid
2012-11-23Update manpage. Fixes Homebrew/homebrew#16206.Adam Vandenberg
2012-11-13Document some recently added optionsJack Nagel