aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-09-23 10:57:48 +0100
committerGitHub2017-09-23 10:57:48 +0100
commit478dc7cd3190ec479f166a17e544ce1dc8bf21ac (patch)
tree5d97c7ea9d0f4fcae7d8b58dd642a5160b31d9e9
parent804d6880ddf95099c2200827c3c31bf287ae7b53 (diff)
parentdf7fb212c264e0ebe92b1e312f783d20e3e6fbe3 (diff)
downloadbrew-478dc7cd3190ec479f166a17e544ce1dc8bf21ac.tar.bz2
Merge pull request #3188 from MikeMcQuaid/git-describe-tags-message
brew.sh: update no git repository message.
-rw-r--r--Library/Homebrew/brew.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh
index 66908925c..b2859c927 100644
--- a/Library/Homebrew/brew.sh
+++ b/Library/Homebrew/brew.sh
@@ -23,7 +23,7 @@ HOMEBREW_VERSION="$(git -C "$HOMEBREW_REPOSITORY" describe --tags --dirty --abbr
HOMEBREW_USER_AGENT_VERSION="$HOMEBREW_VERSION"
if [[ -z "$HOMEBREW_VERSION" ]]
then
- HOMEBREW_VERSION=">1.2.0 (no git repository)"
+ HOMEBREW_VERSION=">1.2.0 (shallow or no git repository)"
HOMEBREW_USER_AGENT_VERSION="1.X.Y"
fi