Re: [PATCH] scripts: check if .git exists before checking submodule status

2022-07-06 Thread Philippe Mathieu-Daudé via
On 29/6/22 18:08, Daniel P. Berrangé wrote: Currently we check status of each submodule, before actually checking if we're in a git repo. These status commands will all fail, but we are hiding their output so we don't see it currently. Signed-off-by: Daniel P. Berrangé --- scripts/git-submodu

Re: [PATCH] scripts: check if .git exists before checking submodule status

2022-06-30 Thread Richard Henderson
On 6/29/22 21:38, Daniel P. Berrangé wrote: Currently we check status of each submodule, before actually checking if we're in a git repo. These status commands will all fail, but we are hiding their output so we don't see it currently. Signed-off-by: Daniel P. Berrangé --- scripts/git-submodul

[PATCH] scripts: check if .git exists before checking submodule status

2022-06-29 Thread Daniel P . Berrangé
Currently we check status of each submodule, before actually checking if we're in a git repo. These status commands will all fail, but we are hiding their output so we don't see it currently. Signed-off-by: Daniel P. Berrangé --- scripts/git-submodule.sh | 12 ++-- 1 file changed, 6 inse