Bump libgit2 to 6777db8e83 #528

Merged
carlosmn merged 5 commits from cmn/bump-libgit2 into master 2019-12-10 16:41:39 -06:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 790b3d2ac0 - Show all commits

View File

@ -2,7 +2,7 @@ default: test
test: build-libgit2
go run script/check-MakeGitError-thread-lock.go
go test ./...
go test --count=1 ./...
install: build-libgit2
go install ./...
@ -15,4 +15,4 @@ install-static: build-libgit2
test-static: build-libgit2
go run script/check-MakeGitError-thread-lock.go
go test --tags "static" ./...
go test --count=1 --tags "static" ./...