Skip to content

Commit

Permalink
Attempt to parse any SSH remotes (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years authored Apr 5, 2024
1 parent 0fc1fa6 commit d503641
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,6 @@ impl Git {

let url = self.remote_url(&remote)?;

if !remote.contains("gerrit") && !url.contains("gerrit") {
// Shrugs!
tracing::debug!(remote, url, "Skipping remote");
continue;
}

tried.push(url.clone());

match GerritGitRemote::from_remote(&remote, &url) {
Expand Down

0 comments on commit d503641

Please sign in to comment.