@@ -501,7 +501,7 @@ taps can be cloned from places other than GitHub and using protocols other than
HTTPS, e.g. SSH, git, HTTP, FTP(S), rsync.
*`--full`:
Convert a shallow clone to a full clone without untapping. By default, taps are no longer cloned as shallow clones.
Convert a shallow clone to a full clone without untapping. Taps are only cloned as shallow clones on continuous integration, or if `--shallow` was originally passed.
*`--shallow`:
Fetch tap as a shallow clone rather than a full clone. Useful for continuous integration.
@@ -635,7 +635,7 @@ With \fIURL\fR specified, tap a formula repository from anywhere, using any tran
.
.TP
\fB\-\-full\fR
Convert a shallow clone to a full clone without untapping\. By default, taps are no longer cloned as shallow clones\.
Convert a shallow clone to a full clone without untapping\. Taps are only cloned as shallow clones on continuous integration, or if \fB\-\-shallow\fR was originally passed\.