#1074294 git-buildpackage: gbp-pull running git with --quiet hides relevant information

#1074294#5
Date:
2024-06-26 06:41:42 UTC
From:
To:
Dear Maintainer,

Using `--quiet` in various underlying git commands hides the output when errors
occur. For example, when a local tag clashes with a remote one, even `--verbose`
doesn't really help:

Without `--quiet`, the message is right there:

Please consider removing that flag; use something like
`subprocess.run(capture_output=True)` to capture and hide the output normally,
and print them on error.

Probably related to #886992.