Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make some git invocations quiet #883

Merged
merged 3 commits into from
Sep 26, 2024
Merged

Make some git invocations quiet #883

merged 3 commits into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. Make some git invocations quiet

    Currently, all the branches and tags are printed out by `git fetch`,
    which I believe our end users are not concerned about.
    
    This change suppresses some of the Git outputs with the `--quiet`
    option, so no branches or tags are printed out. As the progress bar can
    still be useful, `--progress` is used to keep it enabled.
    ZhongRuoyu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    998a6de View commit details
    Browse the repository at this point in the history
  2. brew style --fix

    ZhongRuoyu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    21bed16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1bf0e4 View commit details
    Browse the repository at this point in the history