From b90e01c524c51fd246c3f84c31a2f49b2aa11994 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Tue, 10 Dec 2019 22:18:06 +0000 Subject: [PATCH] docs: Replace repo with repository everywhere it's a single word --- docs/Homebrew-linuxbrew-core-Maintainer-Guide.md | 4 ++-- docs/Taps.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md b/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md index ce5f5db501..71acb97544 100644 --- a/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md +++ b/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md @@ -23,7 +23,7 @@ export HOMEBREW_NO_AUTO_UPDATE=1 Once we've done that, we need to get access to the `merge-homebrew` command that will be used for the merge. To do that we have to tap the [`Homebrew/linux-dev`](https://github.com/Homebrew/homebrew-linux-dev) -repo: +repository: ```bash brew tap homebrew/linux-dev @@ -235,7 +235,7 @@ against the formulae: And it skips formulae if any of the following are true: - it doesn't need a bottle - it already has a bottle -- the formula's tap is Homebrew/homebrew-core (the upstream macOS repo) +- the formula's tap is Homebrew/homebrew-core (the upstream macOS repository) - there is already an open PR for the formula's bottle - the current branch is not master diff --git a/docs/Taps.md b/docs/Taps.md index 9ed939a0f2..a260297de7 100644 --- a/docs/Taps.md +++ b/docs/Taps.md @@ -16,12 +16,15 @@ mistydemeo/tigerbrew dunn/emacs ``` + + * `brew tap ` makes a shallow clone of the repository at https://github.com/user/repo. After that, `brew` will be able to work on those formulae as if they were in Homebrew's canonical repository. You can install and uninstall them with `brew [un]install`, and the formulae are automatically updated when you run `brew update`. (See below for details about how `brew tap` handles the names of repositories.) + * `brew tap ` makes a shallow clone of the repository at URL. Unlike the one-argument version, URL is not assumed to be GitHub, and it