source-controller/pkg/git/libgit2
Michael Bridgen f7e08c4738 Tidy git clone errors
In some circumstances (that are rather hard to reproduce), cloning
from a GitLab repo gets a multiline response as described in
https://github.com/fluxcd/image-automation-controller/pull/115.

This uses the same remedy as in that PR, by calling the funcs provided
by fluxcd/pkg/gitutil on any error returned by libgit2 or gogit clone
operations.

Signed-off-by: Michael Bridgen <mikeb@squaremobius.net>
2021-03-03 13:41:53 +00:00
..
checkout.go Tidy git clone errors 2021-03-03 13:41:53 +00:00
checkout_test.go Move `git/common` to `git` 2021-02-08 14:05:05 +01:00
commit.go Rename Git packages to implementations 2021-02-08 13:55:23 +01:00
transport.go Remove redundant if else 2021-02-12 11:18:29 +01:00
transport_test.go Add md5 test and check priority of hash types 2021-02-12 11:16:16 +01:00