aboutsummaryrefslogtreecommitdiffstats
path: root/share
AgeCommit message (Collapse)Author
2013-10-25Add 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-24add S3DownloadStrategyRaymie Stata
downloads tarballs from public and private S3 buckets Closes #22779. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-17make brew-linkapps default to /Applicationselliottcable
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-17brew commandsAdam Vandenberg
Shows a list of built-in commands (but not shortcuts) and searches for any external commands on the path. Closes #22509.
2013-09-03brew 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-01Document --cc= for non-Apple compilersMisty De Meo
2013-08-30Document --cc= in the manpageMisty De Meo
2013-08-20man brew: Mention the example-formula.rbSamuel John
2013-08-14verbageAdam Vandenberg
2013-08-14add ubuntu package searchAdam Vandenberg
2013-08-09Add fedora to brew searchAdam Vandenberg
2013-08-05Add opensuse package searchAdam Vandenberg
2013-08-03regenerate man pageAdam Vandenberg
2013-07-12Man page: document `brew fetch --build-from-source`chdiza
Closes #21070. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-07-09Respect $VISUAL when picking an editorJack Nagel
2013-06-20Update cache location in man pageJack Nagel
Fixes #20640.
2013-05-27Add `brew search --debian <f>`Adam Vandenberg
2013-05-23Clarify API token env varJack Nagel
2013-05-22Added support for a GitHub Personal API Access tokenDaniel Lee Harple
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-30Update HOMEBREW_DEBUG in man page.Adam Vandenberg
Closes #17344.
2013-04-13Document brew --envJack Nagel
Closes #19083.
2013-04-13Document --env=stdJack Nagel
2013-04-13Document brew link --forceJack Nagel
2013-04-09Fix man page formattingJack Nagel
2013-04-09Add `brew sh` to the manpageMax Howell
2013-04-03Document `brew deps --installed`Jack Nagel
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 #18386. Closes #18515. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 #18276. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-18Rename Library/Contributions/cmds -> cmd.Mike McQuaid
2013-02-07Manpage: remove `brew install --force`.Adam Vandenberg
Closes #17654.
2013-01-30Add SourceForge bottle mirror selection.Mike McQuaid
Use ENV['HOMEBREW_SOURCEFORGE_MIRROR']. Closes #15642. Closes #17368.
2013-01-29Improve the explanation of the verbose flags.Mike McQuaid
Closes #17181.
2013-01-26We use formulae as the plural of formula.Mike McQuaid
2013-01-26manpage: remove outdated MD5 references.Mike McQuaid
2013-01-19Document HOMEBREW_NO_EMOJI in manpageMisty De Meo
2013-01-06Document HOMEBREW_BROWSER and BROWSERAdam Vandenberg
2013-01-01Add --homebrew-developer flagMike McQuaid
2012-11-23Update manpage. Fixes #16206.Adam Vandenberg
2012-11-13Document some recently added optionsJack Nagel
2012-10-20brew ln --force is now brew ln --overwriteMisty 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-22Honor GIT env varAdam Vandenberg
2012-08-07Document `brew tap --repair`Max Howell
2012-07-23Make --version/--verbose slightly less confusing.Adam Vandenberg
2012-07-09link: add --force and --dry-run optionsMisty 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-25Revert zsh completion installationMisty De Meo
This reverts commit c5a9ff8eaac30e4ac468ac199167d791661a0c69. Fixes #11871.
2012-04-25Symlink brew zsh completion to default location.Mike McQuaid
Fixes #11867.
2012-03-25Document how formula arguments can be specifiedJack Nagel
Closes #11037. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-18Document `brew tap` and `brew untap`Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-18Clarify `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-18Rename external commands directory from examples.Mike McQuaid
Fixes #10829.