aboutsummaryrefslogtreecommitdiffstats
path: root/share/man
AgeCommit message (Collapse)Author
2013-11-15Add HOMEBREW_INSTALL_BADGE environment variableAlexis 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-10document --devel|--HEAD for usesAdam Vandenberg
2013-11-03Undocument --use-gcc and friendsJack Nagel
These options are deprecated in favor of --cc=<compiler>, so there is no need to continue advertising their existence.
2013-10-29add unlink apps to manpage and completionAdam Vandenberg
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 Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#17344.
2013-04-13Document brew --envJack Nagel
Closes Homebrew/homebrew#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 Homebrew/homebrew#18386. Closes Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#17654.
2013-01-30Add SourceForge bottle mirror selection.Mike McQuaid
Use ENV['HOMEBREW_SOURCEFORGE_MIRROR']. Closes Homebrew/homebrew#15642. Closes Homebrew/homebrew#17368.
2013-01-29Improve the explanation of the verbose flags.Mike McQuaid
Closes Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#11811. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-03-25Document how formula arguments can be specifiedJack Nagel
Closes Homebrew/homebrew#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>