Revert "merge: pass verbosity flag down to merge-recursive"
commit3d6bc9a763f56156b424e7382b4029a67a49847e
authorJunio C Hamano <gitster@pobox.com>
Thu, 16 Apr 2015 15:03:14 +0000 (16 08:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Apr 2015 15:03:14 +0000 (16 08:03 -0700)
treea4cde8ea79d82c70e7685858cbdd3c054272231e
parente46fe3df01435bf523d2ab4f2755556c0e4e6f78
Revert "merge: pass verbosity flag down to merge-recursive"

This reverts commit 2bf15a3330a26183adc8563dbeeacc11294b8a01, whose
intention was good, but the verbosity levels used in merge-recursive
turns out to be rather uneven.  For example, a merge of two branches
with conflicting submodule updates used to report CONFLICT: output
with --quiet but no longer (which *is* desired), while the final
"Automatic merge failed; fix conflicts and then commit" message is
still shown even with --quiet (which *is* inconsistent).

Originally reported by Bryan Turner; it is too early to declare what
the concensus is, but it seems that we would need to level the
verbosity levels used in merge strategy backends before we can go
forward.  In the meantime, we'd revert to the old behaviour until
that happens.

cf. $gmane/267245
builtin/merge.c