Re: [PATCH] builtin/pull: respect verbosity settings in submodules

2018-01-25 Thread Junio C Hamano
Stefan Beller writes: > 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. Makes sense. Thanks. > > Reported-by: Robin H. Johnson > Signed-of

[PATCH] builtin/pull: respect verbosity settings in submodules

2018-01-25 Thread Stefan Beller
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 Signed-off-by: Stefan Beller --- builtin/pull.c | 2 ++ 1 file cha