From 9d17e6faaa00a2dca8f3c1b3e28993b305672294 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller <dominyktiller@gmail.com> Date: Wed, 14 Sep 2016 17:21:53 +0100 Subject: [PATCH] brew-tap: note developers get full clones by default --- share/doc/homebrew/brew-tap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/doc/homebrew/brew-tap.md b/share/doc/homebrew/brew-tap.md index af0e5fe7f2..624a83f33b 100644 --- a/share/doc/homebrew/brew-tap.md +++ b/share/doc/homebrew/brew-tap.md @@ -29,7 +29,8 @@ edavis/emacs fine. * Add `--full` to either the one- or two-argument invocations above, and git - will make a complete clone rather than a shallow one. + will make a complete clone rather than a shallow one. Full is the default for + Homebrew developers. * `brew tap --repair` migrates tapped formulae from symlink-based to directory-based structure. (This should only need to be run once.) -- GitLab