Skip to content

Ignore git-remote exit code 2 in CloneBundle

James Fargher requested to merge bundle-git-remote-exit-2 into master

Exit code 2 means that the remote being removed does not exist. Since we are trying to remove the remote, it means our job here is done.

Merge request reports