diff options
| author | Adam Vandenberg | 2010-10-13 06:48:38 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-13 06:48:38 -0700 |
| commit | 88e193f2c4f2e21b5ed7affb0b1700d6fbd34dbd (patch) | |
| tree | 800e15037987ad782daf4047cc1c79deab4e8c3a /Library | |
| parent | 1ea8e899f927872f26413a8d5cee16b9a7cee64d (diff) | |
| download | homebrew-88e193f2c4f2e21b5ed7affb0b1700d6fbd34dbd.tar.bz2 | |
Document fetch --HEAD
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 12 |
1 files changed, 8 insertions, 4 deletions
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]` <formula>: + Downloads the tarball or checks out from VCS for the given <formula>. For + tarballs, also prints MD5 and SHA1 checksums. + + If `--HEAD` is passed, download the HEAD version of <formula> 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` <formula>: - Downloads the tarball or checks out from VCS for the given <formula>. For - tarballs, also prints MD5 and SHA1 checksums. - * `options` <formula>: Displays install options specific to <formula>. |
