From 0f55d4baaeeb5178d19bcd50aa34d4acd01dbcff Mon Sep 17 00:00:00 2001 From: eugenesvk Date: Mon, 7 Aug 2023 15:16:24 +0700 Subject: [PATCH] Document new env vars suppressing new cask/formula sections --- docs/Manpage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Manpage.md b/docs/Manpage.md index 4ee78ea4ec819e..2e58fa706b587a 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -747,6 +747,9 @@ Fetch the newest version of Homebrew and all formulae from GitHub using `git`(1) * `-f`, `--force`: Always do a slower, full update check (even if unnecessary). +If `HOMEBREW_NO_UPDATE_REPORT_FORMULAE`/`HOMEBREW_NO_UPDATE_REPORT_CASKS` is set, `brew update` will not show the list of newly added formulae/casks, respectively. +If `HOMEBREW_NO_UPDATE_REPORT_FORMULAE_DELETED`/`HOMEBREW_NO_UPDATE_REPORT_CASKS_DELETED` is set, `brew update` will also not show the list of deleted formulae/casks, respectively. + ### `update-reset` [*`path-to-tap-repository`* ...] Fetch and reset Homebrew and all tap repositories (or any specified *`repository`*) using `git`(1) to their latest `origin/HEAD`.