Eric Sunshine [off-list ref] writes:
On Wed, May 6, 2020 at 10:03 AM Abhishek Kumar
[off-list ref] wrote:
quoted
As reported by Perrick [1], commit does not propagate quiet behavior to
gc if present. While we are at it, convert argv_gc_auto to struct argv_array.
[1]: https://lore.kernel.org/git/20200506094327.GC31637@rillettes/ (local)
According to the source you cite, this sort of issue has come up
before in a different context (git-fetch). Do we know if there are
other commands which invoke git-gc which might also suffer the same
issue?
I just wrote my analysis to the original thread. It looks to me a
fairly low-hanging fruit.