Skip to content

vcs/git: Remove commandRetryer

Warren Gifford requested to merge debt/remove-command-retryer into main

Created by: tsenart

This changeset removes the jurassic commandRetryer struct and logic, that was used by git.ResolveRevision and git.GetCommit. With gitserver now always knowing the clone URL for a given repo name it receives, there's no need for the client side to have the logic to acquire the remote URL if needed.

Merge request reports

Loading