]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/pull.c
builtin/pull: respect verbosity settings in submodules
authorStefan Beller <sbeller@google.com>
Thu, 25 Jan 2018 19:08:17 +0000 (11:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jan 2018 19:19:21 +0000 (11:19 -0800)
commita56771a668dd4963675914bc5da0e1e015952dae
tree1571c47de00200bdd75040cdaa02def8765a709d
parente8906a9019799c0761ab5447b67582ffd9bae558
builtin/pull: respect verbosity settings in submodules

In a6d7eb2c7a (pull: optionally rebase submodules (remote submodule
changes only), 2017-06-23), we taught Git how to rebase submodules in
a pull. However we missed to pass on the verbosity settings.

Reported-by: Robin H. Johnson <robbat2@gentoo.org>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pull.c