aboutsummaryrefslogtreecommitdiffstats
path: root/share
AgeCommit message (Collapse)Author
2011-01-02Man typos. Fixes #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
2010-10-17Add remove --forceAdam Vandenberg
2010-10-13Document fetch --forceAdam Vandenberg
2010-10-13Document fetch --HEADAdam Vandenberg
2010-10-13Document brew install --force --HEADAdam Vandenberg
2010-10-04document brew logAdam Vandenberg
2010-09-27Tweak man entry for brew usesAdam Vandenberg
2010-09-16typoAdam Vandenberg
2010-09-16add 'brew install --force' to manpageAdam Vandenberg
2010-09-08Document brew optionsAdam Vandenberg
2010-08-21Document HOMEBREW_KEEP_INFOAdam Vandenberg
2010-08-20Document 'brew man' and add links to gems.Adam Vandenberg
2010-08-20Document HOMEBREW_DEBUG_PREFIXAdam Vandenberg
2010-08-16Document HOMEBREW_DEBUG_INSTALLAdam Vandenberg
2010-08-15Fix brew server and document.Adam Vandenberg
2010-08-15Document 'brew test' and sort external commands.Adam Vandenberg
2010-08-15Fix typo in manpage.Adam Vandenberg
2010-08-15Document 'brew missing'.Adam Vandenberg
2010-08-11Reformat manpage slightlyAdam Vandenberg
2010-08-11Add "brew uses --installed"Adam Vandenberg
Passing --installed will limit the list to formulae that you have installed. Documented this and "brew deps --1" which limits the dependency list to one level down (direct dependencies).
2010-08-07Move ext command docs down to ext commands sectionAdam Vandenberg
2010-08-07Document external commands a bitAdam Vandenberg
2010-08-07Tweak brew install docsAdam Vandenberg
2010-08-07Document brew audit.Adam Vandenberg
2010-08-07Add sha1 to brew fetch and document commandAdam Vandenberg
2010-07-29Document brew info urlAdam Vandenberg
2010-07-25Allow HOMEBREW_EDITOR for non-project editing.Adam Vandenberg
If set, use "HOMEBREW_EDITOR" when editing a single file, or multiple files in the same folder. Note that this setting does not affect `brew edit`, since opening all of Homebrew at once requires an editor with proper project support.
2010-07-09Document 'brew install --HEAD'; sort ENV vars.Adam Vandenberg
2010-07-08Improved Subversion support.Adam Vandenberg
Homebrew will now use the svn binary pointed to by HOMEBREW_SVN if set, use a Homebrew-installed svn if present, finally falling back to the system-provided svn binary. If a formula (mplayer) requires a newer version of Subversion than what Leopard provides, it can use the "StrictSubversionDownloadStrategy" download strategy to warn the user. These changes also fix an issue with forcing exports not working on a stock Leopard subversion, but letting the user either specify a specific binary or install Subversion via Homebrew and pick that up instead.
2010-07-03Allow user to override temp folder with HOMEBREW_TEMPAdam Vandenberg
2010-06-29manpage updatesAdam Vandenberg
* Update title for ronn 0.7.3 * document --use-llvm * document --ignore-dependencies
2010-06-13Man page for HomebrewChristopher Sexton
Includes: generator script, ronn source, manpage output Signed-off-by: Adam Vandenberg <flangy@gmail.com> Man page updates. * Generator command is now an external command with additional options * Added more brew commands * Tweaks and reformats