Merge pull request #17836 from Homebrew/git-advice

This commit is contained in:
Carlo Cabrera 2024-07-23 20:45:11 +02:00 committed by GitHub
commit a0bd54c9a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -488,6 +488,7 @@ EOS
if [[ -z "${HOMEBREW_VERBOSE}" ]] if [[ -z "${HOMEBREW_VERBOSE}" ]]
then then
export GIT_ADVICE="false"
QUIET_ARGS=(-q) QUIET_ARGS=(-q)
else else
QUIET_ARGS=() QUIET_ARGS=()