aboutsummaryrefslogtreecommitdiffstats
path: root/share
AgeCommit message (Collapse)Author
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.
2012-03-06`brew cleanup` cleans up the download-cacheMax Howell
Manpage updated. The -s switch is "scrub" and removes downloads for uninstall formula which are downloads for the latest version of that formula still. Please NOTE cache is NOT cleaned if a formula argument is provided. I couldn't be bothered. Patches welcome :) Closes #2923.
2012-02-24man page: s/folder/directory/gJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03Man page grammarJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-01keg: handle the info directory file properlyNicolas Despres
If HOMEBREW_KEEP_INFO environment variable is set: - Do not symlink the info directory file (aka 'share/info/dir') otherwise it gets overwritten by next installed brew. - Install an entry in the directory for each linked info file when the brew is linked. - Uninstall the entry when the brew is unlinked. Closes #9700. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-06versions: enable '--compact' outputJack Nagel
This will be useful for shell tab completion when something like `brew install <formula> --version <version>` is implemented. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-05Fix man page formatting errorJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-16man page: normalize env variable formattingJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-16Enable 'brew edit' for non-Textmate editors.Adam Vandenberg
2011-12-08Introduce HOMEBREW_CURL_VERBOSEJack Nagel
When investigating issues, one might want to see exactly what curl is doing behind the scenes. Setting HOMEBREW_CURL_VERBOSE will cause the '--verbose' flag to be passed to all invocations of curl. Prompted by #8992. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-28Document 'install --devel'Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-27Move brew-depstree into `brew deps --tree`Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-27manpage: remove audit's '--strict' optionJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-14Add --fresh option to brew installCharlie Sharpsteen
When invoked, this option will ensure brew doesn't re-use any options from previous installs of a formula.
2011-11-07cleanup: add an option to perform a 'dry run'Jack Nagel
Sometimes you want to know what `brew cleanup` will do before it actually removes anything. Introduce a '-n' option (chosen to match other UNIX tools) to do this. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-12Redocument `brew missing` in the man pageJack Nagel
Per mxcl/homebrew@6b0c44d, @mxcl: "And in that mind, brew missing is some cases an essential tool and should absolutely be in the manpage." Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-12Document `brew diy` in the man pageJack Nagel
The documentation on this is hard to find, and awareness of the command itself is pretty low. Which is too bad, because it's really handy and I use it all the time myself. Signed-off-by: Jack Nagel <jacknagel@gmail.com>