| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-24 | Move manpage to Homebrew (from Contributions). | Mike McQuaid | |
| As this is something we support and update. | |||
| 2014-09-18 | Implement `brew test --debug` | Jack Nagel | |
| 2014-07-24 | brew.1: reference GCC 4.9. | Mike McQuaid | |
| 2014-06-18 | Undocument `brew versions` | Jack Nagel | |
| 2014-06-03 | reword test docs | Adam Vandenberg | |
| 2014-06-03 | add --devel to fetch docs | Adam Vandenberg | |
| 2014-06-03 | test: improve docs for when using HEAD or similar flags | Dave Cottlehuber | |
| Closes Homebrew/homebrew#29791. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-05-26 | Undocument search features that no longer exist | Jack Nagel | |
| Due to the fragility of the code, this functionality was removed in recent refactorings of the tap code. It is possible to restore these features, but it needs to be done in a cleaner, more maintainable way. Closes Homebrew/homebrew#29585. | |||
| 2014-05-18 | always use a top-level array for info JSON | Adam Vandenberg | |
| Closes Homebrew/homebrew#29318. | |||
| 2014-05-17 | Move brew-unpack to core | Jack Nagel | |
| 2014-05-16 | more explicit documentation for brew info --json=v1 | Adam Vandenberg | |
| 2014-05-16 | add --installed to json info | Adam Vandenberg | |
| Closes Homebrew/homebrew#29315. | |||
| 2014-05-06 | Add `brew deps --union` to man page | Jack Nagel | |
| 2014-04-30 | --config -> config | Adam Vandenberg | |
| 2014-04-27 | brew list --versions --multiple | Adam Vandenberg | |
| With --multiple, only list formulae with multiple versions installed. | |||
| 2014-04-07 | Document behavior of `deps` and `uses` when given multiple arguments | Jack Nagel | |
| 2014-03-15 | Modernize `brew diy` | Jack Nagel | |
| 2014-03-10 | Add missing backtick to man page | Jack Nagel | |
| 2014-03-08 | Remove "--fresh" option from installer | Jack Nagel | |
| Turns out that this doesn't really work at all. `brew install` _never_ reuses options in the first place, and using this option with `brew upgrade` results in some nasty corner cases in passing options to dependencies. | |||
| 2014-03-08 | remove brew info --all | Adam Vandenberg | |
| Closes Homebrew/homebrew#27322. | |||
| 2014-03-04 | document fetch --force-bottle | Adam Vandenberg | |
| 2014-03-02 | Document `brew info --json` | Jack Nagel | |
| Closes Homebrew/homebrew#26811. | |||
| 2014-02-28 | Remove "brew info <URL>" | Jack Nagel | |
| Closes Homebrew/homebrew#27076. | |||
| 2014-02-23 | remove HOMEBREW_KEEP_INFO from man page | Adam Vandenberg | |
| 2014-01-11 | man: add reinstall command. | Mike McQuaid | |
| 2014-01-11 | man: use <br> instead of whitespace for linebreak. | Mike McQuaid | |
| 2013-12-19 | install: add --only-dependencies option | Steven Peters | |
| The traditional approach to installing the dependencies of a formula is the following: brew install `brew deps formula` This approach ignores any options that are specified in the parent formula. This pull request adds a --only-dependencies option to brew install that installs the dependencies of a formula with optional flags, but returns before installing the parent formula. Closes Homebrew/homebrew#25272. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-12-14 | Update docs, comment mxcl/homebrew refs. | Mike McQuaid | |
| 2013-11-18 | Fix incorrect reference to prefix in manpage | Jack Nagel | |
| Closes Homebrew/homebrew#24420. | |||
| 2013-11-16 | Move brew-leaves into core | Jack Nagel | |
| Closes Homebrew/homebrew#24371. | |||
| 2013-11-15 | Add HOMEBREW_INSTALL_BADGE environment variable | Alexis Hildebrandt | |
| with which the beer emoji displayed upon successful build can be changed. Closes Homebrew/homebrew#23194. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-11-10 | document --devel|--HEAD for uses | Adam Vandenberg | |
| 2013-11-03 | Undocument --use-gcc and friends | Jack Nagel | |
| These options are deprecated in favor of --cc=<compiler>, so there is no need to continue advertising their existence. | |||
| 2013-10-29 | add unlink apps to manpage and completion | Adam Vandenberg | |
| 2013-10-25 | Add HOMEBREW_NO_GITHUB_API env var. | David MacMahon | |
| This patch allows users to "opt out" of using the GitHub API altogether by setting the HOMEBREW_NO_GITHUB_API environment variable. The value of the environment variable does not matter (it can even be empty!). For Bash/ZSH: export HOMEBREW_NO_GITHUB_API=1 Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-09-24 | add S3DownloadStrategy | Raymie Stata | |
| downloads tarballs from public and private S3 buckets Closes Homebrew/homebrew#22779. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-09-17 | make brew-linkapps default to /Applications | elliottcable | |
| Also adds support for a new `--local` flag, and documentation for the whole command. Closes Homebrew/homebrew#22378. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-09-17 | brew commands | Adam Vandenberg | |
| Shows a list of built-in commands (but not shortcuts) and searches for any external commands on the path. Closes Homebrew/homebrew#22509. | |||
| 2013-09-03 | brew search <user>/<repo> [substring] | Samuel John | |
| For example `brew search homebrew/science` to get a list of all formulae from that tap, even if not yet tapped. `brew search <user>/<repo>/<substr>` or `brew search <user>/<repo> <substr>` to grep for `<substr>` inside of the tap `<user>/<repo>`. | |||
| 2013-09-01 | Document --cc= for non-Apple compilers | Misty De Meo | |
| 2013-08-30 | Document --cc= in the manpage | Misty De Meo | |
| 2013-08-20 | man brew: Mention the example-formula.rb | Samuel John | |
| 2013-08-14 | verbage | Adam Vandenberg | |
| 2013-08-14 | add ubuntu package search | Adam Vandenberg | |
| 2013-08-09 | Add fedora to brew search | Adam Vandenberg | |
| 2013-08-05 | Add opensuse package search | Adam Vandenberg | |
| 2013-08-03 | man page: fix argument order for `brew create` | Ches Martin | |
| The implementation requires that the URL is the first argument. Closes Homebrew/homebrew#21597. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-07-12 | Man page: document `brew fetch --build-from-source` | chdiza | |
| Closes Homebrew/homebrew#21070. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-07-09 | Respect $VISUAL when picking an editor | Jack Nagel | |
| 2013-06-20 | Update cache location in man page | Jack Nagel | |
| Fixes Homebrew/homebrew#20640. | |||
