From 739f96843aae1e11ab7ffeddfa401752cbda12a8 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 13 Oct 2010 06:48:38 -0700 Subject: Document fetch --HEAD --- Library/Contributions/manpages/brew.1.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index e2d9fa4e5..cbae9bc8f 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -167,6 +167,14 @@ didn't include with OS X. Shows the git log for the given formulae. Options that `git log` recognizes can be passed before the formula list. + * `fetch [-v] [--HEAD]` : + Downloads the tarball or checks out from VCS for the given . For + tarballs, also prints MD5 and SHA1 checksums. + + If `--HEAD` is passed, download the HEAD version of instead. `-v` + may also be passed to make the VCS checkout verbose, useful for seeing if + an existing HEAD cache has been updated. + ## EXTERNAL COMMANDS Homebrew allows external commands to be defined by putting a +x file named @@ -179,10 +187,6 @@ Some external commands are shipped with Homebrew, and enabled by default. Checks all formulae for Homebrew coding style violations. This should be run before submitting a new formula for inclusion. - * `fetch` : - Downloads the tarball or checks out from VCS for the given . For - tarballs, also prints MD5 and SHA1 checksums. - * `options` : Displays install options specific to . -- cgit v1.2.3