Package: golang-github-go-git-go-git / 5.16.2-1

Metadata

Package Version Patches format
golang-github-go-git-go-git 5.16.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use another gcfg.patch | (download)

plumbing/format/config/decoder.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
disable test with unreliable tilde expansion.patch | (download)

plumbing/format/gitignore/dir_test.go | 36 1 + 35 - 0 !
1 file changed, 1 insertion(+), 35 deletions(-)

 disable test with unreliable tilde expansion


use explicit localhost ip.patch | (download)

plumbing/transport/git/common_test.go | 4 2 + 2 - 0 !
plumbing/transport/ssh/internal/test/proxy_test.go | 8 4 + 4 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 use explicit loopback ip instead of localhost
 Tests were failing because they were attempting to connect to a DNS server
 (which requires internet) and looking up "localhost". This patch changes out
 "localhost" for the more explicit "127.0.0.1" loopback IP.


fix ftbfs.patch | (download)

plumbing/transport/test/receive_pack.go | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix ftbfs