- Package:
- git-buildpackage
- Source:
- git-buildpackage
- Submitter:
- Blair Noctis
- Date:
- 2024-06-26 11:36:09 UTC
- Severity:
- normal
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.