SwiftGit2/SwiftGit2Tests
Brian Gesiak 1019a94d53 .gitmodules: Update LlamaKit to v0.5.0
This is the first of a series of commits intended to resolve issue #10,
which calls for proper error handling.

One way to test that libgit2 error messages are being propagated through
Result failures is by asserting that the error's description or code
match the message or code we expect. In order to do so, LlamaKit's
ErrorType is unweildy, and not future-proof--it would be easier and
safer to write assertions based on NSError.

Upgrade LlamaKit to v0.5.0, the latest version that supports Swift 1.1,
in order to define results as type `Result<T, NSError>`.
2015-02-17 22:18:51 -05:00
..
Fixtures .gitmodules: Update LlamaKit to v0.5.0 2015-02-17 22:18:51 -05:00
FixturesSpec.swift Actually load a repository 2014-11-17 00:31:33 -05:00
Info.plist Create the project 2014-11-07 16:53:11 -05:00
ObjectsSpec.swift Add Remotes 2015-01-03 09:43:42 -05:00
OIDSpec.swift Use unnamed args for libgit2 objects in inits 2014-12-11 20:42:15 -05:00
ReferencesSpec.swift Add isLocal and isRemote to Branch 2015-02-14 12:52:56 -05:00
RemotesSpec.swift Swift strings can be passed to C functions! 🎉 2015-02-14 11:39:38 -05:00
RepositorySpec.swift .gitmodules: Update LlamaKit to v0.5.0 2015-02-17 22:18:51 -05:00