aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/internal/common/mocks.go
Commit message (Collapse)AuthorAgeFilesLines
* plumbing: transport/common, Improve handling of remote errorsMax Jonas Werner2023-10-121-0/+46
Instead of simply returning the first line that the remote returned, go-git now actively searches all of stderr for lines that may contain a more actionable error message and returns that. In addition, this change adds a case to map the GitLab-specific error message to an ErrRepositoryNotFound error. Signed-off-by: Max Jonas Werner <mail@makk.es>