aboutsummaryrefslogtreecommitdiffstats
path: root/share
AgeCommit message (Collapse)Author
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>
2011-10-12man page: add some undocumented optionsJack Nagel
While updating the bash completion script, I encountered some options that were previously undocumented. I purposely did not document the --macports and --fink flags for `brew create`, because the exact same functionality exists in `brew search`. Perhaps we should remove it from create. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-04Add FileVault use case to manual.Adam Vandenberg
2011-09-23manpage: Remove `missing`, `server` and `which`Charlie Sharpsteen
These are external commands---documentation has been moved to the wiki.
2011-09-19manpage: boldface --rebase optionJack Nagel
This is consistent with how other options are displayed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-20Allow `brew update --rebase`Max Howell
2011-09-19Remove `brew-man` documentationJack Nagel
It was extraneous, and useful only for maintainers and contributors. It is currently documented on the External Commands page of the wiki. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19Improve external command documentationJack Nagel
In addition to a brief overview of what external commands are, add a link to the wiki page where the real documentation resides. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12brew-options: add --installed flagJack Nagel
`brew options --installed` will print options for formulae that are already installed. Closes Homebrew/homebrew#7565. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-08Man page: clarify `list` commandJack Nagel
Document the '--versions' option for `brew list`. The two forms of the `list` command as previously documented clearly do different things, but after documenting '--versions', their functions do overlap a bit, so we combine them and clarify the different invocations. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-08Man page fixesJack Nagel
- Remove unnecessary linefeeds above "ENVIRONMENT" - Use the word "example" rather than "sample" to be more consistent throughout the documentation Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-08Fix default cache dir in man pageFilipe David Manana
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01Add the upgrade command to the man pageJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-01Document `brew outdated --quiet`Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-25Document HOMEBREW_BUILD_FROM_SOURCEJack Nagel
Additionally, add '--build-from-source' to the bash-completion script.
2011-08-24Add `versions` command to the man pageJack Nagel
Additionally, document the '--build-from-source' option for the `install` command.
2011-08-24ENV: allow a user-configurable number of make jobsJack Nagel
Let an environment variable, HOMEBREW_MAKE_JOBS, override the default '-j<cores>' make flag. Now we can more easily debug formula that normally build in parallel, or (potentially) speed up lengthy builds.
2011-06-19Add `brew which` to man pageAdam Vandenberg
2011-06-16Add clang options to man page.Adam Vandenberg
2011-06-15deps: document -n switchAdam Vandenberg
2011-06-07Document HOMEBREW_CACHEAdam Vandenberg
2011-06-05update brew link documentation to remove confusing passageAdam Vandenberg
2011-05-31Alpahabetize commands on man pageAdam Vandenberg
2011-05-30Add 'essential commands' section to man page.Adam Vandenberg
2011-05-27Document audit return codeAdam Vandenberg
2011-05-05Add the '--use-gcc' flag to the brew man pageJack Nagel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-05manpage - fix typoAdam Vandenberg
2011-04-18Add --force to brew cleanupAdam Vandenberg
2011-04-14Add `brew fetch --deps`Adam Vandenberg
`brew fetch --deps` will also cache the dependencies of any listed formulae.
2011-04-13brew missing: allow a formula argumentAdam Vandenberg
If a formula is given, it will be checked for missing deps. The formula does not have to be installed first. Without a formula list, still checks all installed brews.
2011-03-21Document 'brew options --all'.Adam Vandenberg
2011-03-21update manpage for brew audit --strictAdam Vandenberg
This removes the single use of 'brew audit --warn' and changes it to --strict as well.
2011-03-13Optimise/simplify `brew help`Max Howell
Be more useful by being more concise. I referenced dozens of other mature commands’ usage to figure out what to do here. Also separated out the help into its own command for consistency.
2011-03-13Replace create --cache with create --no-fetchMax Howell
Because since 0.8 we do the opposite, ie. download by default.
2011-03-12Add brew options --compact to manpageAdam Vandenberg
2011-03-12Added --use-gcc flag.Stephen Allred
This allows you to use llvm as your default compiler and keep the cc symlink pointed at llvm, while allowing you to build forumla that requires the gcc. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-02Man typos. Fixes Homebrew/homebrew#3799Adam Vandenberg
2010-12-26Fix typos in man pageAdam Vandenberg
2010-11-20Fix typo in manpage.Mike McQuaid
2010-11-07Update man pageAdam Vandenberg
Move all documented "external commands" up with the resto f the commands, as these will all be built-in commands after the next code re-org.
2010-11-06Separate man page for brew-manAdam Vandenberg
Also, revise main man page, and update brew-man command to handle multiple input files.
2010-11-01Add proxy information to man pageAdam Vandenberg
2010-10-30Document brew install <url>Adam Vandenberg
2010-10-21brew-audit - add check for tabs.Adam Vandenberg
Add a new mode "brew audit --warn" that performs stricter checks that might not need to be fixed. Currently this includes a check for using tabs instead of spaces for indentation; Homebrew style is "2-space indentation." Documented this new switch.
2010-10-17Add link shortcut ln to docAdam Vandenberg