aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
AgeCommit message (Collapse)Author
2016-04-03Core/formula separation Part 2(b)0.9.9Xu Cheng
* 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
2016-02-11ARGV: stop supporting --homebrew-developer optionMartin Afanasjew
Homebrew developers have the corresponding variable permanently set in their environment and wanting to appear like a Homebrew developer for a single invocation is exceedingly rare. Additionally, the option won't be recognized by `bin/brew`. (It is also undocumented.) Using `HOMEBREW_DEVELOPER=1 brew <command>` is still possible, and not more inconvenient than passing the `--homebrew-developer` option. Closes Homebrew/homebrew#48322. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-02-11Add `--cleanup` for completions of brew upgradeChayoung You
Closes Homebrew/homebrew#48946. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-01-18Remove cleanup --force from bash completionMisty De Meo
2015-11-19Filter "instal" from homebrew bash completionsRobert Buonpastore
Closes Homebrew/homebrew#45086. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-10-20linkapps/unlinkapps: improve bash/zsh completionMartin Afanasjew
Closes Homebrew/homebrew#45175. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-10-18Add --cleanup to `brew upgrade` bash completionRoger Que
Closes Homebrew/homebrew#45075. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-09-08Improve description searching and add a cache.Dan Martinez
Closes Homebrew/homebrew#42281. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-29More API documentation.Mike McQuaid
And remove the documented stuff from the `example-formula.rb`. Closes Homebrew/homebrew#43241. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-27bash completion for tap-pin/tap-unpin addedBaptiste Fontaine
Closes Homebrew/homebrew#43259. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-08-21zsh-completion: add tap-(un)pinXu Cheng
Closes Homebrew/homebrew#43146. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-17improve zsh_completionXu Cheng
Closes Homebrew/homebrew#43016. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-12example_formula: document pkgshareDominyk Tiller
2015-08-03shell completion of official taps added to 'brew tap'Baptiste Fontaine
Closes Homebrew/homebrew#42421. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-11shell completion: support external commandsXu Cheng
Closes Homebrew/homebrew#41519. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-25Adds JSON output to `outdated` commandColin Dean
After some musing on brunophilipe/Cakebrew#71, I thought it would be useful to let Cakebrew and other tools grab the outdated formulae version information using a method more elegant than regex. Closes Homebrew/homebrew#30693. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-06-10Various edits for punctuation, grammar, spelling, etc.Larry Gilbert
Closes Homebrew/homebrew#40478. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-06-09Added --desc to search subcommand bash_completionAlexandre Espinosa Menor
Closes Homebrew/homebrew#40535. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-06-09brew_bash_completion: more coverageRyan Hendrickson
Add completion support for a few more built-in commands. Closes Homebrew/homebrew#40293. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-06-05Remove "An" from example-formula's descNikolaus Wittenstein
Formula descriptions shouldn't start with an article.
2015-05-25example-formula.rb has a 'desc'Nikolaus Wittenstein
Closes Homebrew/homebrew#39911. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-04Add upgrade --all flag to bash completion scriptEli Young
Closes Homebrew/homebrew#39359. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-03-27example-formula: calling prefix.install_metafiles is unnecessaryXu Cheng
2015-03-10Remove fish completionMisty De Meo
fish already ships more comprehensive completions which are enabled by default. Closes Homebrew/homebrew#37582.
2015-03-05checksums: switch to sha256 for bottles and new formulaeDominyk Tiller
Closes Homebrew/homebrew#37164. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09Update Example Formula documentation.Dominyk Tiller
I feel like we’re probably fighting a losing battle here, but here’s a bundle more updates to the example formula to cover some ground not already covered. Closes Homebrew/homebrew#36644. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-16Documentation UpdatesDominyk Tiller
Some minor changes to reflect Homebrew/homebrew#34989, and other bits and pieces. Closes Homebrew/homebrew#35023. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-18Documentation UpdatesDominyk Tiller
Mike probably wants to cast an eye over all of this, but in summary: In the Example Formula: * Updates with a revision example. * Updates with a mirror mirror (Whoa meta). * Replaces the bottles with more modern examples. * Adds the Yosemite binary dependency options. * Improves the plist documentation In the Bottles doc: * Modernises the expected bottle readout. * Adds double quotes. In the FAQ: * Updates the bottle language to reflect Yosemite’s arrival and the Bot’s new minimum OS bottle generation. In the Formula-Cookbook: * Adds a mega block on the OpenSSL situation in Homebrew, complete with examples and explanation. * Changes the X11 dependency example to optional to reflect Jack’s recently-expressed pattern in other formulae. * Explains why and how formulae are sometimes revisioned, and the mechanism behind that. * Updates the Ldapvi `otool` readout to reflect the new usage of OpenSSL. Setting a good example and all that. * Updates the Python language to match Tim’s new Python handling. * Updates the naming block to explain how Homebrew handles name conflicts, complete with examples. * Updates (a tiny bit) the sandbox creation in /tmp to reflect the current style. * Updates the chmod to move away from +x towards 0555 instead. * Labels the `enable-ham` option depreciated rather than old. Slightly firmer. * Updates the bottle block instructions to reflect Homebrew’s audit mechanism not crying about it locally. Closes Homebrew/homebrew#34275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-16Remove more references to removed external commandsJack Nagel
2014-11-16Remove services from zsh completionTed Pennings
Closes Homebrew/homebrew#34230. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-26Import docs from wiki.Mike McQuaid
Closes Homebrew/homebrew#33211.
2014-10-21Correct description of how to fail testsJack Nagel
Fixes Homebrew/homebrew#33463.
2014-10-20remove ext from autocompleteAdam Vandenberg
2014-10-20remove versions from autocompleteAdam Vandenberg
2014-10-18Undocument UnsafeSubersionDownloadStrategyJack Nagel
2014-10-02Move SCM wrappers from Contributions to ENV/scm.Mike McQuaid
Closes Homebrew/homebrew#32615. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-02Remove remaining deprecated contributed commands.Mike McQuaid
Moving them to homebrew-boneyard. Closes Homebrew/homebrew#28657.
2014-09-24brew-man: Rubify, make an internal command.Mike McQuaid
Closes Homebrew/homebrew#32472.
2014-09-24brew-cleanup-installed: Rubify, make internal cmd.Mike McQuaid
2014-09-24brew-tap-readme: make an internal command.Mike McQuaid
2014-09-24Move manpage to Homebrew (from Contributions).Mike McQuaid
As this is something we support and update.
2014-09-24brew-aspell-dictionaries: make a developer commandMike McQuaid
2014-09-24brew-switch: make an internal command.Mike McQuaid
2014-09-24brew-pull: make an internal command.Mike McQuaid
2014-09-24brew-gist-logs: make an internal command.Mike McQuaid
2014-09-24brew-test-bot: make an internal command.Mike McQuaid
2014-09-20Remove incorrect comment from example formulaJack Nagel
You can use any number of "/" operators, just as you can "+".
2014-09-18Update brew-test-bot for compiler selection changesJack Nagel
2014-09-18Implement `brew test --debug`Jack Nagel