| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 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 | regenerate man page | Adam Vandenberg | |
| 2013-07-12 | Man page: document `brew fetch --build-from-source` | chdiza | |
| Closes #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 #20640. | |||
| 2013-05-27 | Add `brew search --debian <f>` | Adam Vandenberg | |
| 2013-05-23 | Clarify API token env var | Jack Nagel | |
| 2013-05-22 | Added support for a GitHub Personal API Access token | Daniel Lee Harple | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-04-30 | Update HOMEBREW_DEBUG in man page. | Adam Vandenberg | |
| Closes #17344. | |||
| 2013-04-13 | Document brew --env | Jack Nagel | |
| Closes #19083. | |||
| 2013-04-13 | Document --env=std | Jack Nagel | |
| 2013-04-13 | Document brew link --force | Jack Nagel | |
| 2013-04-09 | Fix man page formatting | Jack Nagel | |
| 2013-04-09 | Add `brew sh` to the manpage | Max Howell | |
| 2013-04-03 | Document `brew deps --installed` | Jack Nagel | |
| 2013-03-30 | brew-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> | |||
| 2013-03-05 | Added '--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 #18276. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-02-18 | Rename Library/Contributions/cmds -> cmd. | Mike McQuaid | |
| 2013-02-07 | Manpage: remove `brew install --force`. | Adam Vandenberg | |
| Closes #17654. | |||
| 2013-01-30 | Add SourceForge bottle mirror selection. | Mike McQuaid | |
| Use ENV['HOMEBREW_SOURCEFORGE_MIRROR']. Closes #15642. Closes #17368. | |||
| 2013-01-29 | Improve the explanation of the verbose flags. | Mike McQuaid | |
| Closes #17181. | |||
| 2013-01-26 | We use formulae as the plural of formula. | Mike McQuaid | |
| 2013-01-26 | manpage: remove outdated MD5 references. | Mike McQuaid | |
| 2013-01-19 | Document HOMEBREW_NO_EMOJI in manpage | Misty De Meo | |
| 2013-01-06 | Document HOMEBREW_BROWSER and BROWSER | Adam Vandenberg | |
| 2013-01-01 | Add --homebrew-developer flag | Mike McQuaid | |
| 2012-11-23 | Update manpage. Fixes #16206. | Adam Vandenberg | |
| 2012-11-13 | Document some recently added options | Jack Nagel | |
| 2012-10-20 | brew ln --force is now brew ln --overwrite | Misty De Meo | |
| * Renames --force to --overwrite, freeing up brew ln --force for #13349 * Changes --dry-run to preview linking by default, rather than overwriting. An overwrite dry-run can be simulated via both --dry-run --overwrite * Adds some basic Keg tests | |||
| 2012-08-22 | Honor GIT env var | Adam Vandenberg | |
| 2012-08-07 | Document `brew tap --repair` | Max Howell | |
| 2012-07-23 | Make --version/--verbose slightly less confusing. | Adam Vandenberg | |
| 2012-07-09 | link: add --force and --dry-run options | Misty De Meo | |
| `brew link` can now be made to delete any conflicting files using the --force argument. It also has a --dry-run option, similar to git clean -n, which will list any files which would be deleted without touching the filesystem. Closes #11811. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2012-04-25 | Revert zsh completion installation | Misty De Meo | |
| This reverts commit c5a9ff8eaac30e4ac468ac199167d791661a0c69. Fixes #11871. | |||
| 2012-04-25 | Symlink brew zsh completion to default location. | Mike McQuaid | |
| Fixes #11867. | |||
| 2012-03-25 | Document how formula arguments can be specified | Jack Nagel | |
| Closes #11037. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-03-18 | Document `brew tap` and `brew untap` | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-03-18 | Clarify `install --force` | Jack Nagel | |
| Since 5bddaf2e ("Stop supportinb `brew install --force`), the --force argument is still useful but only to overcome the blacklist restrictions. Document this. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-03-18 | Rename external commands directory from examples. | Mike McQuaid | |
| Fixes #10829. | |||
