Update libgit2 to 0.27.7

This commit is contained in:
Etienne Samson 2018-10-27 01:34:48 +00:00
parent 08d03fac7c
commit 6d7cde7fe7
2 changed files with 2 additions and 2 deletions

2
External/libgit2 vendored

@ -1 +1 @@
Subproject commit 4cf1ec7cff28da8838a2f0a9fb330e312ea3f963
Subproject commit f23dc5b29f1394928a940d7ec447f4bfd53dad1f

View File

@ -23,7 +23,7 @@ class RepositorySpec: QuickSpec {
let url = URL(fileURLWithPath: "blah")
let result = Repository.at(url)
expect(result.error?.domain) == libGit2ErrorDomain
expect(result.error?.localizedDescription).to(match("Failed to resolve path"))
expect(result.error?.localizedDescription).to(match("failed to resolve path"))
}
}