dev-vcs/git: fix noisy git-submodule-foreach regression
authorRobin H. Johnson <robbat2@gentoo.org>
Fri, 12 Apr 2019 07:21:25 +0000 (00:21 -0700)
committerRobin H. Johnson <robbat2@gentoo.org>
Fri, 12 Apr 2019 07:23:50 +0000 (00:23 -0700)
commitd25a7e5e0878baab48f80f7f6b971b61afd65f47
tree759c4317ca044209d8a431b32cd9e6add163b89d
parentc8c3624aca937cb83bc215133bd40032021b0edc
dev-vcs/git: fix noisy git-submodule-foreach regression

Fix output regression upstream where:
'git submodule foreach --quiet git pull --quiet origin master >/dev/null'
Still gives output because foreach swallows some options to the
per-submodule command.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
dev-vcs/git/files/git-2.21.0-quiet-submodules-testcase.patch [new file with mode: 0644]
dev-vcs/git/files/git-2.21.0-quiet-submodules.patch [new file with mode: 0644]
dev-vcs/git/git-2.21.0-r2.ebuild [new file with mode: 0644]