170 Commits

Author SHA1 Message Date
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