Re: git fails updating submodule only if --quiet is specified

2016-03-22 Thread Marcus T
-recursive > out.txt 2>&1" It seems that the “-v” is dropped automatically by git if its not connected to a terminal. This is only an issue for “git://“ urls. ssh and https seem to not be affected. > On 22 Mar 2016, at 16:02, Marcus T wrote: > > Hello, > > I’m running

git fails updating submodule only if --quiet is specified

2016-03-22 Thread Marcus T
Hello, I’m running into a nasty issue where “git submodule update —init” fails if I add “—quiet” Following you can find the output with GIT_TRACE=1: WITHOUT --quiet: GIT_TRACE=1 git submodule update --init --recursive 15:51:48.248945 git.c:561 trace: exec: 'git-submodule' 'update