40 Commits

Author SHA1 Message Date
Adam Vandenberg
4ac006fc58 Man typos. Fixes Homebrew/homebrew#3799 2011-01-02 17:03:41 -08:00
Adam Vandenberg
d6455e0094 Fix typos in man page 2010-12-26 10:31:10 -08:00
Mike McQuaid
2be392bc8c Fix typo in manpage. 2010-11-20 22:44:50 +00:00
Adam Vandenberg
7d44a389f7 Update man page
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-07 07:36:34 -08:00
Adam Vandenberg
320889933d Separate man page for brew-man
Also, revise main man page, and update brew-man command to handle
multiple input files.
2010-11-06 17:36:44 -07:00
Adam Vandenberg
5e64bfbd55 Add proxy information to man page 2010-11-01 10:25:02 -07:00
Adam Vandenberg
c61204eb1e Document brew install <url> 2010-10-30 14:23:11 -07:00
Adam Vandenberg
405613a0ef brew-audit - add check for tabs.
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-21 07:53:37 -07:00
Adam Vandenberg
599c7fe7d0 Add link shortcut ln to doc 2010-10-17 17:52:21 -07:00
Adam Vandenberg
266b3265aa Add remove --force 2010-10-17 17:52:10 -07:00
Adam Vandenberg
d8e3640e1e Document fetch --force 2010-10-13 07:17:23 -07:00
Adam Vandenberg
739f96843a Document fetch --HEAD 2010-10-13 06:48:38 -07:00
Adam Vandenberg
64027ae9d5 Document brew install --force --HEAD 2010-10-13 06:43:04 -07:00
Adam Vandenberg
2366cb3f9b document brew log 2010-10-04 17:12:34 -07:00
Adam Vandenberg
3d1fb263e8 Tweak man entry for brew uses 2010-09-27 09:57:25 -07:00
Adam Vandenberg
b60a1b1ebe typo 2010-09-16 11:27:56 -07:00
Adam Vandenberg
14b8148677 add 'brew install --force' to manpage 2010-09-16 09:56:59 -07:00
Adam Vandenberg
ef1f45fbc3 Document brew options 2010-09-08 05:27:09 -07:00
Adam Vandenberg
3d1679d91d Document HOMEBREW_KEEP_INFO 2010-08-21 11:24:58 -07:00
Adam Vandenberg
eecddb356d Document 'brew man' and add links to gems. 2010-08-20 10:18:03 -07:00
Adam Vandenberg
44f1d0917d Document HOMEBREW_DEBUG_PREFIX 2010-08-20 10:06:06 -07:00
Adam Vandenberg
6355e37162 Document HOMEBREW_DEBUG_INSTALL 2010-08-16 09:24:08 -07:00
Adam Vandenberg
6d36c4daf2 Fix brew server and document. 2010-08-15 19:47:46 -07:00
Adam Vandenberg
85b9c7eca1 Document 'brew test' and sort external commands. 2010-08-15 15:38:58 -07:00
Adam Vandenberg
3d20387863 Fix typo in manpage. 2010-08-15 15:32:28 -07:00
Adam Vandenberg
c9e2a9e5cb Document 'brew missing'. 2010-08-15 15:25:35 -07:00
Adam Vandenberg
354a176543 Reformat manpage slightly 2010-08-11 21:10:51 -07:00
Adam Vandenberg
77c70ec472 Add "brew uses --installed"
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-11 20:54:29 -07:00
Adam Vandenberg
fb70374dac Move ext command docs down to ext commands section 2010-08-07 18:08:54 -07:00
Adam Vandenberg
d19c06c5d0 Document external commands a bit 2010-08-07 18:08:53 -07:00
Adam Vandenberg
c0d085751f Tweak brew install docs 2010-08-07 18:08:53 -07:00
Adam Vandenberg
23f6c8338b Document brew audit. 2010-08-07 18:08:53 -07:00
Adam Vandenberg
b69d6dc4cf Add sha1 to brew fetch and document command 2010-08-07 18:08:53 -07:00
Adam Vandenberg
ae557302f3 Document brew info url 2010-07-29 09:03:08 -07:00
Adam Vandenberg
16bc177a4a Allow HOMEBREW_EDITOR for non-project editing.
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-25 10:58:00 -07:00
Adam Vandenberg
95d4de0454 Document 'brew install --HEAD'; sort ENV vars. 2010-07-09 12:13:17 -07:00
Adam Vandenberg
4c2d3e1f7f Improved Subversion support.
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-08 22:45:03 -07:00
Adam Vandenberg
c37294e9d3 Allow user to override temp folder with HOMEBREW_TEMP 2010-07-03 21:48:37 -07:00
Adam Vandenberg
0aed492572 manpage updates
* Update title for ronn 0.7.3
* document --use-llvm
* document --ignore-dependencies
2010-06-29 14:56:52 -07:00
Christopher Sexton
c1f5d73a77 Man page for Homebrew
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
2010-06-13 21:46:24 -07:00