Skip to content

git-rsync: Use blocking command for ls-remote

Daniel Gomez requested to merge fix-invalid-repo into main

To avoid returning the wrong returncode when ls-remote is validating the repo, use a blocking call with subprocess.run instead of subprocess.Popen.

Signed-off-by: Daniel Gomez dagmcr@gmail.com

Merge request reports