From 6e1345b8996335d532501e8e598c1dec178b55c3 Mon Sep 17 00:00:00 2001 From: cnnrmnn Date: Thu, 6 May 2021 10:18:18 -0400 Subject: [PATCH] Remove --shallow and --full from manpage --- docs/Manpage.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/Manpage.md b/docs/Manpage.md index a340e167fb..ca5fe02e4c 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -536,10 +536,6 @@ simplifies but also limits. This two-argument command makes no assumptions, so 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. Taps are only cloned as shallow clones if `--shallow` was originally passed. -* `--shallow`: - Fetch tap as a shallow clone rather than a full clone. Useful for continuous integration. * `--force-auto-update`: Auto-update tap even if it is not hosted on GitHub. By default, only taps hosted on GitHub are auto-updated (for performance reasons). * `--repair`: