Skip to content

Commit

Permalink
Document new env vars suppressing new cask/formula sections
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed Aug 7, 2023
1 parent 2b4b6af commit fa43837
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit fa43837

Please sign in to comment.