Merge branch 'jc/auto-gc-quiet'
commit3af459e48dd275665568f3a7a6d76d90c1843e6a
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2020 19:19:19 +0000 (13 12:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2020 19:19:19 +0000 (13 12:19 -0700)
tree7c6dd38b823daf85193e2044a3f696ec9ad3c7fe
parentaa28171c2752c0aa04c2e25f2f79bc01a7f045d5
parent7c3e9e8cfbf6a8e45f4745049dc58f5c9e9d1eb9
Merge branch 'jc/auto-gc-quiet'

Teach "am", "commit", "merge" and "rebase", when they are run with
the "--quiet" option, to pass "--quiet" down to "gc --auto".

* jc/auto-gc-quiet:
  auto-gc: pass --quiet down from am, commit, merge and rebase
  auto-gc: extract a reusable helper from "git fetch"
builtin/commit.c
builtin/fetch.c
builtin/merge.c
builtin/rebase.c
run-command.c