| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-26 | upgrade: announce usage of --all.HEADmaster | Mike McQuaid | |
| Tell users that we will soon be migrating `--all` so it is required if you wish to upgrade all formulae. Closes #38572. | |||
| 2015-04-16 | cleanup: add --prune to delete old cache files. | Mike McQuaid | |
| 2015-03-28 | manpage: fix typo | Shammel Lee | |
| Closes #38168. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2015-02-26 | Remove SourceForge references. | Mike McQuaid | |
| It was fun but we just love Bintray more than you. Closes #37211. Closes #37213. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-24 | typos fixed & empty lines removed in the brew manpage | Baptiste Fontaine | |
| Closes #37121. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-02-17 | Fix a couple of formatting issues in man page | Jack Nagel | |
| 2015-02-09 | test-bot: only test the runtime dependencies. | Xu Cheng | |
| Also add support to `brew uses` to ignore build or optional dependencies. Closes #36154. Closes #36656. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-03 | Use more https links and some link updates along the way | Viktor Szakats | |
| Closes #35529. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-12-27 | manpage: document `brew audit --strict`. | Mike McQuaid | |
| 2014-12-19 | (un)linkapps: allow unlink/link specific formulae. | Xu Cheng | |
| Closes #35080. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-11-21 | Tweak phrasing | Jack Nagel | |
| 2014-11-21 | Updated `outdated` docs to include `--verbose` option | Chris | |
| Update man page to reflect change per issue #27813 (commit 9362781). Closes #34317. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-11-16 | Remove more references to removed external commands | Jack Nagel | |
| 2014-10-26 | Update Homebrew's authors. | Mike McQuaid | |
| 2014-10-26 | Import docs from wiki. | Mike McQuaid | |
| Closes #33211. | |||
| 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 | regenerate manual | Adam Vandenberg | |
| 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 #29585. | |||
| 2014-05-18 | always use a top-level array for info JSON | Adam Vandenberg | |
| Closes #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 #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 #27322. | |||
| 2014-03-04 | document fetch --force-bottle | Adam Vandenberg | |
| 2014-03-02 | Document `brew info --json` | Jack Nagel | |
| Closes #26811. | |||
| 2014-02-28 | Remove "brew info <URL>" | Jack Nagel | |
| Closes #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 #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 #24420. | |||
| 2013-11-16 | Move brew-leaves into core | Jack Nagel | |
| Closes #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 #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 #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 #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 #22509. | |||
