]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mt/quiet-with-delayed-checkout' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:40 +0000 (13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:40 +0000 (13:51 -0700)
commitcd9a57f6a040116f866ada47317c91262688a0ed
treef38ff9174e532c5865d6888e9c6705df21a6ae41
parent872c9e67ecf9ecb525e320e46171027c7742e76a
parent7a132c628e57b9bceeb88832ea051395c0637b16
Merge branch 'mt/quiet-with-delayed-checkout' into maint

The delayed checkout code path in "git checkout" etc. were chatty
even when --quiet and/or --no-progress options were given.

* mt/quiet-with-delayed-checkout:
  checkout: make delayed checkout respect --quiet and --no-progress