diff options
| author | Xu Cheng | 2015-04-01 20:31:17 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-05-08 15:48:51 +0800 |
| commit | fa9371e58e948c284cf8492557b3d1f19e459770 (patch) | |
| tree | ff7bd50c84e17cb40ee4b8246f0b1d99f6040307 /share | |
| parent | 9daeef5d9537f76f24d623f28c513e78f59457ab (diff) | |
| download | brew-fa9371e58e948c284cf8492557b3d1f19e459770.tar.bz2 | |
tap: support fast clone
Closes Homebrew/homebrew#37592.
Closes Homebrew/homebrew#38268.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 4997ce171..08c54d0cd 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -369,12 +369,15 @@ Instantiate a Homebrew build environment\. Uses our years\-battle\-hardened Home Symlink all of the specific \fIversion\fR of \fIname\fR\'s install to Homebrew prefix\. . .TP -\fBtap\fR [\fItap\fR] +\fBtap\fR [\-\-full] [\fItap\fR] Tap a new formula repository from GitHub, or list existing taps\. . .IP \fItap\fR is of the form \fIuser\fR/\fIrepo\fR, e\.g\. \fBbrew tap homebrew/dupes\fR\. . +.IP +If \fB\-\-full\fR is passed, a full clone will be used\. +. .TP \fBtap \-\-repair\fR Ensure all tapped formulae are symlinked into Library/Formula and prune dead formulae from Library/Formula\. |
